An open API service indexing awesome lists of open source software.

https://github.com/graphhopper/custom-model-editor

Interactive text editor for creating GraphHopper's custom models
https://github.com/graphhopper/custom-model-editor

Last synced: over 1 year ago
JSON representation

Interactive text editor for creating GraphHopper's custom models

Awesome Lists containing this project

README

          

# development

```shell
# initially do
npm install
# update build whenever a file changes
npm run watch
# -> open demo/index.html or start live server etc.

# ... or keep running the tests while developing
npm run test-watch

# before you commit build the distribution as well (at least as long as we keep the distribution in VCS)
npm run build
```