0.0.0-e65fb149af7f4a36a08f7aaf5e4df0ed4fb1ba56 • Published 1 year ago

@graphhopper/custom-model-editor v0.0.0-e65fb149af7f4a36a08f7aaf5e4df0ed4fb1ba56

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

development

# 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