Apologies for lack of real documentation, please reach out to mshu@alumni.princeton.edu for help.
- install node, npm
- in the root directory create a .env file that looks like
MONGODB_URI=<database uri>
DEV_USER=<netid>
node app.js
cd client
npm start