pinpoint/README.md
2025-07-16 00:15:34 +10:00

9 lines
170 B
Markdown

# pinpoint
```sh
cd client
gleam run -m lustre/dev build --outdir=../server/priv/static # Build the client
cd ..
cd server
gleam run <geofeed_path> # Run the server
```