Running the React.js Client This is built with Next.js framework 1. Build client cd client npm install 3. Run Client npm run dev 4. Build server pip install -r requirements.txt Create a file named .env inside the server folder & place the OPENAI API key OPENAI_API_KEY=openai-api-key 4. Run server python3 index.py