Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 391 Bytes

setup.md

File metadata and controls

23 lines (18 loc) · 391 Bytes

Setup

Install NVM: https://github.com/nvm-sh/nvm

nvm install 16
nvm use 16
yarn run start

Navigate to http://localhost:3000

Building Production

yarn run build
yarn run serve

Deploying

GIT_USER=<your-git-username> yarn deploy

You will be asked for a password. Please use a Personal Access Token with repo permissions.