Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).