Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Inpassor committed Jan 24, 2018
0 parents commit bcb1f88
Show file tree
Hide file tree
Showing 33 changed files with 3,302 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea
node_modules
package-lock.json
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Browser Javascript client for Centrifugo
========================================

See client [documentation](https://fzambia.gitbooks.io/centrifugal/content/clients/javascript.html)

### Contribute

If you want to contribute, install dependencies and run `npm run build` command from root repo folder - this results
in creating unminified (`centrifuge.js`) and minified (`centrifuge.min.js`) bundles in `dist` directory.
Loading

0 comments on commit bcb1f88

Please sign in to comment.