Version 2 of the Cross Products set selection / song suggestions web app.
Start both the GUI and API in separate terminals. Then, go to localhost:4200 to view the GUI. The API is reachable at localhost:5000, and the app will automatically send requests there.
- After testing locally, do a deploy to your personal locker to test on athena.
- Create a PR for all changes. Include a link to them live on athena.
- After merging, deploy changes to the crossp locker.
Be sure you have built the GUI first.
- Do
./deploy.shto send to yourweb_scripts/s2. You can view your version of the site atyourkerb.scripts.mit.edu/s2. - Do
./deploy.sh prodwhen you're ready to make your changes live.