Thank you everyone for contributing to this awesome project!
In the project directory, you can run:
npm install
This installs all dependencies required by the project.
npm run dev
npm run pretty
This allows you to run this repo in the development environment, where you can make changes as well and see it get updated live.
npm run build
npm start
The first command correctly bundles React in production mode and optimizes the build for the best performance. The second command allows you to serve this static file through a node server.