If you clone this repo you should run a:
npm installAfter that you must create a .env file in the root of the project and add the following:
OPENAI_API_KEY=<your_api_key>Than you can run the project with:
npm run devFor more guidance (like configuring database, etc) you can check this article for the repo. In there I will guide you through the whole project creation process step by step.