Tracks user symptoms and gives an analysis of most relevant health conditions the user may have.
(Assumes you have already cloned this, downloaded npm, and navigated to the correct directory)
- Create a .env file
- Enter
VITE_OPENAI_API_KEY=(whatever your api key is)in the file - Run
npm installin the terminal
Run npm run start in the terminal
To build for deployment, run npm run build in the terminal