Follow these steps to set up and run the project after cloning the repository.
git clone https://github.com/Phantom0110/CEN3031-Spring-25-Project.gitcd lockedinlifeRun the following command to install all required dependencies:
npm installnpm run devThis will start the Vite development server, and it will provide a local URL (usually http://localhost:5173/) where you can see the app.
npm run buildnpm run previewFirst install PostgreSQL You will need our database URL in a .env file before running the backend.
In a seperate terminal:
cd LockedInLifeBackend
npm install
node index.js