Skip to content

Commit

Permalink
update contributing in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Apr 1, 2016
1 parent e990922 commit 0f42700
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,22 @@ Download the Mac Desktop Application at [Download Page](http://darmody.github.io

## Contributing

Feel free to create PR, issues, and fork the repo.
### install

Fork it, and create your feature branch.
`npm install -g electron && npm install`

### development

`npm run dev-server` for start webpack server.
`npm run start-dev` for start electron.

### test

`npm run lint`
`npm test`
`npm test-dev /path/to/test/file` for test specify file.
`npm run coverage`

## License

Expand Down

0 comments on commit 0f42700

Please sign in to comment.