To run this app
- Set the environments variables see Config env
- install packages
yarn install
- Up database with
docker compose up
ordocker-compose up
- Start application with
yarn dev
To set up the env use
cp .env.example .env
You'll need to generate an openAI api key.
OPEN_AI_API_KEY
is generated here.