Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digidem/offline-map-editor
offline map editor prototype data model
https://github.com/digidem/offline-map-editor
Last synced: 5 days ago
JSON representation
offline map editor prototype data model
- Host: GitHub
- URL: https://github.com/digidem/offline-map-editor
- Owner: digidem
- Created: 2015-11-20T22:54:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T06:48:54.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:34:45.623Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
- awesome-starred - digidem/offline-map-editor - offline map editor prototype data model (others)
README
# offline-map-editor
offline map editor prototype
to run:
```
$ npm install -g browserify ecstatic
$ browserify main.js > bundle.js
$ ecstatic -p . 8005
```to replicate (not currently working):
```
$ npm install -g wsnc forkdb dupsh
$ dupsh 'forkdb replicate -d test.db' 'wsnc -l 5000'
```Use `ws://localhost:5000` as the replicate url.