Default branch: working
- Clone the repo
- Switch to working branch
- Run npm install
- Run npm run dev
/app :
- Contains all frontend pages and routes
- Store all assets under public/assets
/components Contains all the UI components used
General etiquette: Please work on your own separate branches and create pull requests. Do not directly modify the working branch. Create github issues for bugs as you go and assign them so that two people are not working on the same thing.