Hi, to everyone reading this! In order to run this app, you first need to clone it. In order to do so, first click the green "<>Code" button, then hit the copy button for HTTPS. Then, in your terminal, navigate to where you'd like this project to live on your computer.
git clone <paste link here>
you clone it, you'll need to make sure you're in the frontend folder. Do this by running:
cd frontend
Then, run
npm install
in order to install the necessary pacakges in package.json.
Then, run
npm run dev
This will start the development site. You will also need an .env file which should be filled with an Open AI API key with the format
OPENAI_API_KEY=your_key_here