- Run
poetry install- Need to set up the site project (need to up db, and back to create migrations)
- Run in the site project
docker compose up -d db back
docker compose exec back inv create-superuser-
Start with F5
-
In main folder need install node_modules to work with tailwind, run
yarn install