Update dependencies and readme

This commit is contained in:
Guntis Smaukstelis
2025-01-24 23:01:49 +02:00
parent f09fe95352
commit 044282df89
4 changed files with 1338 additions and 806 deletions
+4 -1
View File
@@ -34,9 +34,12 @@ server {
## Local development
```
// 1st terminal
sbt run
podman-compose up postgres
// 2nd terminal
sbt run
// 3rd terminal
cd web/
npm run dev
```