-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dmitrizzle
authored
Jan 29, 2018
1 parent
4655c7d
commit a40b784
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |