Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.14 KB

README.md

File metadata and controls

48 lines (37 loc) · 2.14 KB

Cartes

Cartes is a FirefoxOS webapp designed to provide a map / navigation service using free data sources like OpenStreetMap.

A few screenshots :

capture d ecran 2015-09-17 a 16 33 29 capture d ecran 2015-09-17 a 16 33 40 capture d ecran 2015-09-17 a 16 34 00 capture d ecran 2015-09-17 a 16 34 06 capture d ecran 2015-09-17 a 16 34 14 capture d ecran 2015-09-17 a 16 34 24 capture d ecran 2015-09-17 a 16 37 52

Technical Overview

Cartes uses the following technologies :

How to contribute

git clone https://github.com/moimael/openmaps.git
cd openmaps
npm install

You can run a development server with gulp:

cd openmaps
gulp serve

View the app at http://localhost:3000/.