To run this project, you will need to add the following environment variables to your .env file or windows environment variables.
MONGO_URI
Tip
Follow This Guide to add the variable to system directly if adding to .env
file doesnt work
Important
Backend server is already set-up and running. Check backend branch for more information.
- Development script:
npm i
npm run dev
- Deployment script:
npm i
npm run build
// If you want to view
npm preview
- Go to http://localhost:5173 (default React port).
- Click on
Start planning with AI
- Signup and/or Login.
- Play with the form and watch the results!