2016-09-10 14:56:59 +02:00
2016-09-10 14:56:59 +02:00
2016-09-08 19:49:23 +02:00
2016-09-08 19:49:23 +02:00
2016-09-08 19:49:23 +02:00

Mapolo

A visual style editor for MapboxGL.

Develop

Install the deps, start the dev server and open the web browser on http://localhost:8888/.

# install dependencies
npm install
# start dev server
npm start

Build a production package for distribution.

npm run build

Lint the JavaScript code.

# install lint dependencies
npm install --save-dev eslint eslint-plugin-react
# run linter
npm run lint
Description
An open source visual editor for the 'Mapbox Style Specification'
Readme 407 MiB
Languages
JavaScript 88.5%
SCSS 9.3%
CSS 1.2%
HTML 0.9%
Dockerfile 0.1%