Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.08 KB

VoyagAI

Click on the Start planning with AI after installation to play with it.

Environment Variables

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

Installation

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!

Authors💖