# install dependencies
npm install
# dev server at http://localhost:3000
npm run dev
# build for production
npm run build
# deploying to a gh-pages branch
npm run deploy
# install dependencies
npm install
# dev server at http://localhost:3000
npm run dev
# build for production
npm run build
# deploying to a gh-pages branch
npm run deploy