Follow these steps to set up and run the project after cloning the repository.
git clone https://github.com/Phantom0110/CEN3031-Spring-25-Project.git
cd lockedinlife
Run the following command to install all required dependencies:
npm install
npm run dev
This 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 build
npm run preview