Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 399 Bytes

File metadata and controls

23 lines (16 loc) · 399 Bytes

Site Admin

  1. Run
poetry install
  1. Need to set up the site project (need to up db, and back to create migrations)
  2. Run in the site project
docker compose up -d db back
docker compose exec back inv create-superuser
  1. Start with F5

  2. In main folder need install node_modules to work with tailwind, run

yarn install