Welcome To GitStats To run locally, follow these steps: cd backend && npm install && cd ../frontend && npm install && cd .. After that you should open two terminals one for the backend and one for the frontend cd backend && npx nodemon index.js cd frontend && npm run dev Contributors