Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 298 Bytes

publicmap

A public map for the public. Its made by you. You can improve the map live on OpenStreetMap.

Develop

Install and watch for changes to rebuild with browserify.

npm install
npm start

Create a minified standalone build.

npm install
npm run build