Skip to content

Commit

Permalink
add a bare bones contributing guide and how to run the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jun 14, 2016
1 parent a8ee8e4 commit d27fd7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing to Leaflet-IIIF

Thanks for thinking about contributing to Leaflet-IIIF!

## Contributing Code
When contributing code, please follow the code and whitespace styles already established. Also test your new functionality by writing a test and running the test suite.

```
npm test
```
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ Run the server
$ npm start
```

Run the test suite

```
$ npm test
```

Access the examples at http://127.0.0.1:8080/examples/example.html

### Leaflet-IIIF Examples
Expand Down

0 comments on commit d27fd7e

Please sign in to comment.