This is the buddycloud web software for buddycloud. This software uses the the buddycloud HTTP API
The code is based on
- jQuery
- Underscore
- Backbone.js
- Jasmine for unit testing
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
cd webclient
npm install
grunt build
This code is Apache 2 licensed and copyright buddycloud.