Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 346 Bytes

readme.markdown

File metadata and controls

21 lines (14 loc) · 346 Bytes

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.