Set up your OpenAI API key in the python folder, by copying the .env.example file and renamining it to .env, and adding your API key to the file.
Docker compose should be working:
docker-compose upJust in case it doesn't, you can run the services individually.
cd nextjs
pnpm i
pnpm run devIn a new terminal:
cd python
docker build -t ducky .
docker run -p 8002:8002 -v $(pwd)/../../project:/project duckyIf you open http://localhost:3000, you should be able to use the IDE.