- Clone this repo:
git clone https://github.com/BigWhaleLabs/ketl-ai-rewrite
- Create
.env
with the environment variables listed below - Run
yarn
in the root folder - Run
yarn start
And you should be good to go! Feel free to fork and submit pull requests.
Name | Description |
---|---|
OPEN_AI_API_KEY |
OpenAI API key |
PORT |
Port to run server on (defaults to 1337) |
Also, please, consider looking at .env.sample
.