create a .env file in the /server directory with the following line:
OPENAI_API_KEY="your_api_key"
If you want to test firebase, uncomment appropriate firebase code on both src/components/InputField.tsx (including addDoc) and firebase.tsx, and place in correct API key and firebase configuration on fireebase.tsx
In the project directory, you can run:
Go to /server, then run node index.tsx
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.