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
- Host: GitHub
- URL: https://github.com/graphhopper/custom-model-editor
- Owner: graphhopper
- Created: 2021-06-03T09:15:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T17:08:20.000Z (about 3 years ago)
- Last Synced: 2025-01-11T11:36:45.531Z (over 1 year ago)
- Language: JavaScript
- Size: 217 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```