Contributors: Dylan Wilbur, Keaton Heisterman, Ethan Matus Jai Parera
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-install
Note: npm run client-install
will likely complain about npm audit vulnerabilities. This is not an issue: see this github issue
npm run dev