Prerequisites
- Node LTS
Commands
npm install
npm start
yarn
yarn start
You should be able to visit localhost:3000
in your browser.
- Site is hosted on Now, and this is the easiest way to do it.
- You can deploy your own with your own Now account
npm i -g now
# log in if you need to
now
Get a commit on master and it will be automatically deployed.