Team Formation application
Note: this is likely deprecated, will update.
cd serveryarn installyarn buildyarn serve- Visit
localhost:3000to check out the server.
Make sure to make a .env and fill in the environmental variables(DM project lead or team member for them). The file .env.example provides a template.
cd clientyarn installyarn start- When prompted with
Would you like to run the app on another port instead? (Y/n), typey - Visit
localhost:3001to view client.