Switch dev port to 3000, drop dashboard quick actions and header active highlight

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
David Beccue
2026-05-16 07:41:38 +05:00
parent 83030bff3a
commit 8817b5bc07
10 changed files with 12 additions and 38 deletions

View File

@ -15,7 +15,7 @@ inside the container.
```sh
make install # install dependencies inside the container
make db-init # create data/avtoambor.db with schema + seed
make run # dev server at http://localhost:5173
make run # dev server at http://localhost:3000
```
`make help` lists every target.