This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename DEVELOPING.md to CONTRIBUTING.md - refs #424
- Loading branch information
Dane Springmeyer
committed
Jun 20, 2016
1 parent
e780899
commit 317be69
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |