No description
Find a file
2021-11-21 13:55:59 -07:00
.github/workflows tests (#8) 2020-11-13 10:32:24 -07:00
src maint: merge individual tracks 2021-11-21 13:55:59 -07:00
tests tests (#8) 2020-11-13 10:32:24 -07:00
www update css 2020-11-29 13:06:37 -07:00
.gitignore CI: cargo cache (#3) 2020-10-28 09:57:05 -07:00
Cargo.lock Initial implementation (#4) 2020-11-12 16:09:28 -07:00
Cargo.toml Initial implementation (#4) 2020-11-12 16:09:28 -07:00
LICENSE cargo cleanup; remove wee allocator; license 2020-09-25 11:00:05 -07:00
README.md maint: merge individual tracks 2021-11-21 13:55:59 -07:00

gpx-web-utils

ci

quickstart

  1. install wasm-pack
  2. wasm-pack build
  3. cd www
  4. npm install
  5. npm run start