8000 GitHub - a-b-street/15m: New version of the 15-minute neighborhood tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a-b-street/15m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15-minute neighborhood tool

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

Developer docs

Installation

You'll need: npm, wasm-pack, and cargo.

cd web, and then:

  • npm ci to install dependencies (ci to make sure the versions in package-lock.json are used)
  • npm run wasm to rebuild the Rust backend
    • vite doesn't automatically rebuild when you edit things
  • npm run dev to run locally
    • Changes to the Svelte/CSS usually auto-reload in your browser
  • npm run fmt to auto-format code
  • npm run check to see TypeScript errors

GTFS

The GTFS data used is built from the UK BODS. After downloading and unzipping, you can build using cd cli; cargo run --release build-gtfs /path/to/gtfs. The file is encoded using geomedea.

About

New version of the 15-minute neighborhood tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0