Activate flox environment.
flox activate
nixos
, yet.make install
make test
make run-db-upgrade
make populate
make run-all
make webapp
At this point, the backend should be running at http://localhost:8000
. You
can access the API schema at http://localhost:8000/api/doc/swagger.json
.
make ui
This should open your browser with the frontend.