Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thijstriemstra/collab.js
Collab HTML5 components.
https://github.com/thijstriemstra/collab.js
Last synced: about 1 month ago
JSON representation
Collab HTML5 components.
- Host: GitHub
- URL: https://github.com/thijstriemstra/collab.js
- Owner: thijstriemstra
- License: other
- Created: 2013-05-18T23:08:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T16:38:30.000Z (almost 9 years ago)
- Last Synced: 2024-06-11T17:49:05.891Z (5 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
collab.js
=========Collab HTML5 components.
Installation
------------You can use [bower](http://bower.io) (`bower install collabjs`) or
[npm](https://www.npmjs.org) (`npm install collabjs`) to install the
library, or
[download it here](https://github.com/collab-project/collab.js/releases).Contributing
------------Install `grunt-cli`:
```
sudo npm install -g gulp bower
```Install npm and bower dependencies:
```
npm install && bower install
```Build a minified version:
```
gulp
```Generated files are placed in the `dist` directory.
License
-------This work is licensed under the [MIT License](LICENSE).