Update readme

This commit is contained in:
2025-07-06 17:36:17 +02:00
parent 79e50ced0d
commit 7b2d58600e

View File

@@ -8,9 +8,9 @@ Keep track over multiple different connections while traveling trains.
nix run git+https://git.clerie.de/clerie/traveldrafter.git
```
The web frontend is served under <https://localhost:3000/>.
The web frontend is served under <http://localhost:3000/>.
In production you probably would want to serve dir `web` directory as the service root from a webserver like nginx directly and only proxy the `api` route to the application.
In production you probably would want to serve dir `node_modules/traveldrafter/web` directory as the service root from a webserver like nginx directly and only proxy the `/api` route to the application.
## Development