Skip to content

Commit 3e54bd4

Browse files
authored
Update README.md
1 parent a08d965 commit 3e54bd4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ Tingle is a minimalist and easy-to-use modal plugin written in pure JavaScript:
2424
* alert/dialog
2525
* Accessibility (any help is welcome)
2626

27+
## Contribute
28+
29+
Run the demo and listen for changes:
30+
31+
```bash
32+
$ git clone git@github.com:robinparisi/tingle.git
33+
$ cd tingle
34+
$ npm install
35+
$ gulp serve
36+
```
37+
2738
## License
2839

2940
© 2018 [Robin Parisi](https://github.com/robinparisi)

0 commit comments

Comments
 (0)