- Run
poetry install
-
Create '.env' file (simply copy file .env.sample):
-
Run
docker compose up d db
to create an docker container
-
Start with F5
-
Create db with command
flask db upgrade
- In main folder need install node_modules to work with tailwind, run
yarn