docs: Improve documentation, add gif showing web app.

This commit is contained in:
Elisiário Couto
2025-10-06 00:02:56 +01:00
parent 1cd63731a3
commit 0750c41b7b
5 changed files with 28 additions and 257 deletions

View File

@@ -41,7 +41,7 @@ The command outputs instructions for setting the required environment variable t
uv run leggen server
```
- For development mode with auto-reload: `uv run leggen server --reload`
- API will be available at `http://localhost:8000` with docs at `http://localhost:8000/docs`
- API will be available at `http://localhost:8000` with docs at `http://localhost:8000/api/v1/docs`
### Start the Frontend
1. Navigate to the frontend directory: `cd frontend`