Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 583 Bytes

Note Blocks

If you clone this repo you should run a:

npm install

After 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 dev

For 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.