Contributors: Dylan Wilbur, Keaton Heisterman, Ethan Matus, Jai Parera (NFJ1618)
You will need to add a file config/keys.js with the following information:
module.exports = {
mongoURI: "YOUR_MONGO_URI_HERE",
secretOrKey: "secret"
};npm install
npm run client-installNote: npm run client-install will likely complain about npm audit vulnerabilities. This is not an issue: see this github issue
npm run dev