- run
npm install
to install all packages, if you have not done so before - run
npm run dev
in the terminal - go to the provided link (defaults to http://localhost:3000/)
- run
npm run build
and thennpm run deploy
(or runnpm run buildAndDeploy
) - The page should then be built and deployed to github pages via the package gh-pages