Skip to content

Commit

Permalink
Merge pull request #974 from MathieuDuponchelle/contributing_update
Browse files Browse the repository at this point in the history
CONTRIBUTING: Update to mention bower and the sandbox.
  • Loading branch information
desandro committed Sep 3, 2015
2 parents 9dbe40d + 617f744 commit 730014a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ Providing a reduced test case is the best way to get your issue addressed. Witho
## Pull requests

Contributions are welcome! Please note: your code may be used as part of a commercial product if merged. Be clear about what license applies to your patch. [The MIT license](http://choosealicense.com/licenses/mit/) or [public domain unlicense](http://choosealicense.com/licenses/unlicense/) are permissive, and allow integration of your patch into Isotope as part of a commercial product.

### Development setup / Sandbox

After a fresh git clone, to run the examples in sandbox, you will first need to run (from the root directory):

```shell
$ npm install bower
$ bower install
```

0 comments on commit 730014a

Please sign in to comment.