Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1007 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 1007 Bytes

Maintenance status:

TileMill has shifted to an open open source contributor model and moved to its own organization, tilemill-project.

Alternatives to TileMill

Mapbox

Community

  • Kosmtik: alternative to TileMill
  • TileOven: fork of TileMill with Node 4 support

Installation

To install from source just do:

git clone https://github.com/tilemill-project/tilemill.git
cd tilemill
npm install

Then to start TileMill do:

As a Desktop application:

./index.js 

To run the web version pass server=true:

./index.js --server=true

and then go to localhost:20009 in your web browser

For more extended details follow: