Skip to content

Commit

Permalink
Add building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
danzel committed Mar 23, 2016
1 parent cb05eb2 commit d91addd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Contributing to Leaflet.MarkerCluster

1. [Reporting Bugs](#reporting-bugs)
2. [Contributing Code](#contributing-code)
3. [Building](#building)

## Reporting Bugs

Expand Down Expand Up @@ -45,3 +46,17 @@ and ask yourself two questions:

If your feature or API improvement did get merged into master,
please consider submitting another pull request with the corresponding [documentation update](#improving-documentation).

## Building

Install the dependencies:
```
npm install -g jake
npm install
```

Then to build:
```
jake
```
Output will be in the ```dist/``` directory

0 comments on commit d91addd

Please sign in to comment.