Website
This project uses NodeJS and yarn. If you do not have yarn installed, run the following.
npm install yarn -g
yarn
Installing dependencies
yarn start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
yarn build
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!