Skip to content

Commit

Permalink
Update contribution guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizzle authored Jan 29, 2018
1 parent 4655c7d commit a40b784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
If you'd like to contribute to the project, please submit a Pull Request.
If you'd like to contribute to the project, please submit a Pull Request or an issue.
- All the code is written in ES5 JavaScript with compatibility expectation for IE11 browsers and later.
- No local server or developement environment is required or recommended to work on/build this project. All examples, Bubbles.js code, and CSS is expected to run straight in-browser.

To get this running on your system you can simply `yarn add chat-bubble` or `npm install chat-bubble` and then run `yarn playground` or `npm run playground`

Feel free to dig around examples folder. **Contributions to documentation are expecially welcome!**
Thank you!

0 comments on commit a40b784

Please sign in to comment.