Update README.md
This commit is contained in:
parent
8e9a61abbe
commit
57627ed2c2
1 changed files with 8 additions and 1 deletions
|
@ -35,12 +35,19 @@ npm test
|
|||
Contribute
|
||||
----------
|
||||
|
||||
Contributions are welcome, use the standard code style:
|
||||
Contributions are welcome, use the standard code style and [ES6](https://github.com/lukehoban/es6features#readme). Code is split into modules using browserify.
|
||||
|
||||
[](https://github.com/feross/standard)
|
||||
|
||||
This project aims to have an absolute minimum of external dependencies (dev dependencies are more acceptable).
|
||||
|
||||
To auto build js and auto run tests use the following commands in seperate terminals.
|
||||
|
||||
```sh
|
||||
npm run buildjs-watch
|
||||
npm run test-watch
|
||||
```
|
||||
|
||||
Copyright and License
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue