Python 3.11+- hatch 1.9.1+
- just
Ensure that the Python version specified in your .pre-commit-config.yaml file aligns with the Python in your virtual environment.
Hatch can manage your python installation if needed.
If this is a newly created project, run git init && git add -A first.
just setupRead the content of the justfile to understand what this command does. Essentially, it sets up your virtual environment,
installs the dependencies, runs migrations, and creates a superuser with the credentials admin@localhost (email) and admin (password).
just serverTip
Run just to see all available commands.