From b3d355957d338f38191054b815c8ffec0a3bb081 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Wed, 23 Nov 2016 10:20:59 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9bdc66..615524b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Maputnik [![Build Status](https://travis-ci.org/maputnik/editor.svg?branch=master)](https://travis-ci.org/maputnik/editor) ![License](https://img.shields.io/badge/license-MIT-blue.svg) +# Maputnik [![Build Status](https://travis-ci.org/maputnik/editor.svg?branch=master)](https://travis-ci.org/maputnik/editor) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/anelbgv6jdb3qnh9/branch/master?svg=true)](https://ci.appveyor.com/project/lukasmartinelli/editor) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://tldrlegal.com/license/mit-license) A free and open visual editor for the [Mapbox GL styles](https://www.mapbox.com/mapbox-gl-style-spec/) targeted at developers and map designers. Creating your own custom map is easy with **Maputnik**. @@ -48,6 +48,11 @@ This is why I think we should rally behind and build our own style editor for th Maputnik is written in ES6 and is using [React](https://github.com/facebook/react), [Immutable.js](https://facebook.github.io/immutable-js/) and [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/). +We ensure building and developing Maputnik works with + +- Linux, OSX and Windows +- Node 5.11 + Install the deps, start the dev server and open the web browser on `http://localhost:8888/`. ```bash