To run the backend, execute the following commands:
First you need to populate the .env file on backend folder with the correct values,
following the README of that directory.
cd backend
docker-compose up -dIf you want to enable stable diffusion, you need a self hosted instance of it.
Check out https://github.com/AUTOMATIC1111/stable-diffusion-webui
cd frontend
npm run devNow you can access the frontend at http://localhost:3000