Install the following tools
- Install all necessary libraries and dependencies to run the application locally run
yarn setup
- There are two options for running the application:
- To run the application in development mode:
yarn dev
- If you update the client folder you will need to manually re-run the build script for the hot reload to work
- In a new terminal
cd client && yarn build
- In a new terminal
- If you update the client folder you will need to manually re-run the build script for the hot reload to work
- To run the application in production mode:
yarn start
- To run the application in development mode:
**If you mess up anything you can run yarn clean
to do a hard reset and then run yarn setup
followed by yarn dev
Thanks goes to these wonderful people (emoji key):
Adrian Darian 👀 📆 |
Shiv Gupta 💻 |
Andrew Ng 💻 |
tuwZy58 💻 |
Mary Francine Delos Reyes 💻 |
Lorenzo Scaturchio 💻 |
SidharthBabu121 💻 |
BusherBridi 💻 |
trumanjchan 💻 |
Athena Siaotong 🎨 |
This project follows the all-contributors specification. Contributions of any kind welcome!