Skip to content

buddycloud/webclient

Repository files navigation

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.