nit: update comment
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m3s

This commit is contained in:
Lucas Oskorep
2026-01-20 23:20:26 -05:00
parent 7cea369e04
commit c7f1e6ab2d

View File

@@ -77,7 +77,6 @@ Tools needed:
Once you have all the required tooling all you need to do is
```bash
just init # downloads python
just init # uses uv and fnm/pnpm to download and setup all python and node depencencies
just dev # this will spin up the nextjs frontend and fastapi backend in hot reload mode
```