Skip to content

Commit

Permalink
Add develop desction to README googlearchive#152
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoFdzM committed Feb 21, 2017
1 parent b5f8d97 commit eb8c562
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,27 @@ For complete usage instructions, run:
polylint --help
```

## Develop

To start developing clone this repo:
```
git clone https://github.com/PolymerLabs/polylint.git
```

And then install dependencies:
```
cd polylint
npm install
bower install
```

### Tests

To run the test simply run:
```
npm test
```

## Contributing

Polymer :heart: contributions! Please see the [Contributing Guide](https://github.com/Polymer/project/blob/master/Contributing.md) for general Polymer project contribution guidelines.
Polymer :heart: contributions! Please see the [Contributing Guide](https://github.com/Polymer/project/blob/master/Contributing.md) for general Polymer project contribution guidelines.

0 comments on commit eb8c562

Please sign in to comment.