Cats
Code contributors: Rahul Arya (@rahularya50)
Developing
- Run
yarn
to install dependencies - do this when you first download it!
- Run
cd server && python flask_app.py & yarn start
- start web server and webpack dev server
Deploying
- Once you’re satisfied with your changes, make a PR in cs61a-apps
- See the PR in action at .cats.pr.cs61a.org
- When the PR is merged, it will automatically be deployed with our
hosted
deploy tool!