Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 338 Bytes

h2 Easy Geofencing using Openlayers, Node.js and nowjs

  1. Grab this repo

  2. cd lib

  3. Grab node-openlayers git openlayers

  4. cd openlayers

  5. Openlayers itself is included as git submodule by node-openlayers, let's grab it git submodule init; git submodule update

  6. cd ../..

  7. npm install

  8. npm start