# Install nvm and follow setup post-install instructions
brew install nvm
# Install the version of node we need
nvm install
# Activate the version of node in the shell
nvm use
npm install
npm run start # This will continuously watch the repo for changes
npm run test
npm run lint
Automatically built via GitHub actions and deployed on netlify