All Projects → buddycloud → webclient

buddycloud / webclient

Licence: other
A javascript client to access buddycloud channels.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

buddycloud webclient

This is the buddycloud web software for buddycloud. This software uses the the buddycloud HTTP API

The code is based on

Setup

Setting up your webclient dev environment

git clone https://github.com/buddycloud/webclient.git
cd webclient
cp <webroot>/config.js.example <webroot>/config.js
# to work against the buddycloud demo server:
edit <webroot>/config.js and set the baseURL to https://demo.buddycoud.org/api
edit <webroot>/config.js and set the homeDomain to buddycoud.org
# install node.js
npm install
npm install -g grunt-cli
grunt build
grunt default
browse to http://localhost:3000

Building the compressed JavaScript and CSS files

cd webclient
npm install
grunt build

License and Copyright

This code is Apache 2 licensed and copyright buddycloud.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].