To set up the project locally, follow these steps: Frontend cd frontend npm install npm run build Copy the build folder over to the backend folder cd .. Backend cd backend npm install npm start To start frontend only cd frontend npm install Go to dashboard.js and comment out the useEffect to prevent auth for dev npm start