Install project dependencies:
If you use nvm, activate the desired Node version:
nvm installInstall Node modules:
yarn installStart the app for development:
yarn devAccess http://localhost:9000.
Run:
yarn buildCopy the contents of ./dist folder to the production server.
Or deploy to GitHub Pages with:
yarn deploy