Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 232 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 232 Bytes

Project setting

git clone https://github.com/jaepang/tuneUp.git
yarn install
yarn generate

Project test (debug)

yarn dev

Project build & deploy

# build
yarn build
# deploy
yarn next