How to set up in dev environment First, you need to have these installed: Nodejs npm nodemon Steps to set up: clone the repository in your local machine cd into the root directory of the project (cd sos) and run npm install. cd into the frontend folder (cd frontend) and run npm install. Inside the config folder, make a new file dev.js and add in your mongo conection string and your jwt secret, like in prod.js. cd back to the root dir (cd ..) and run the command npm run dev