2025-07-07 18:07:56 +02:00
2025-07-07 18:07:56 +02:00
2025-07-06 16:45:58 +02:00
2025-07-06 17:45:17 +02:00
2025-07-06 16:45:58 +02:00
2025-07-06 17:56:00 +02:00
2025-06-18 15:26:47 +02:00
2025-07-06 16:45:58 +02:00
2025-07-06 17:36:17 +02:00

Traveldrafter

Keep track over multiple different connections while traveling trains.

Run

nix run git+https://git.clerie.de/clerie/traveldrafter.git

The web frontend is served under http://localhost:3000/.

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

Pass the path to the directory of the frontend scripts as WEBDIR environemnt var.

git clone https://git.clerie.de/clerie/traveldrafter.git

cd traveldrafter

WEBDIR=web nix run
Description
No description provided
Readme 147 KiB
Languages
JavaScript 78.6%
CSS 10.2%
HTML 7.8%
Nix 3.4%