The project uses Node 14
Use NVM incase of issues.
NVM can be used to manage your Node version
The project uses react scripts so running and building is easy.
run npm install for dependencies
npm start (local development) npm build (prod / stage)
Basic ESlint is used with Prettier.
For simplicity sake the project is deployed on heroku because it has React scripts and github integration. That makes deployment automatic.