Skip to content

Commit

Permalink
Dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jul 19, 2024
1 parent 0df81d1 commit 0fc5171
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 15-minute neighborhood tool

This is an experimental rewrite of <15m.abstreet.org>. Stay tuned.

## Developer docs

To build and run the web app locally, `cd web; npm run wasm; npm run dev`. You need to re-run `npm run wasm` when the Rust code in `backend` changes.

The GTFS data used is built from the [UK BODS](https://data.bus-data.dft.gov.uk/). After downloading and unzipping, you can build using `cd backend; cargo run --release gmd /path/to/gtfs`. The file is encoded using [geomedea](https://github.com/michaelkirk/geomedea).

0 comments on commit 0fc5171

Please sign in to comment.