Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
rename DEVELOPING.md to CONTRIBUTING.md - refs #424
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 20, 2016
1 parent e780899 commit 317be69
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
File renamed without changes.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Developing

Installing:

git clone https://github.com/mapbox/carto.git
cd carto
npm install

Test:

npm test

Running the head binary:

./bin/carto

## Documentation

This repository contains auto-generated documentation of the content of Carto
that's published on Mapbox.com.

git fetch origin gh-pages:gh-pages

Edit `_docs/package.json` to point to the head version of [mapnik-reference](https://github.com/mapnik/mapnik-reference).

cd _docs
npm install
node generate.js

Then run up a directory and run the testing server:

cd ../
jekyll serve -p 4000

Test the new site at `localhost:4000/carto` and if things look good then git add your changes and push.

0 comments on commit 317be69

Please sign in to comment.