Skip to content

buddycloud/webclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5e3646 · Aug 22, 2018
May 14, 2013
Dec 17, 2013
Jun 27, 2013
Jan 5, 2015
Jun 21, 2013
Dec 12, 2013
Nov 29, 2013
Feb 5, 2014
Jun 14, 2013
Aug 9, 2013
Feb 3, 2014
Oct 3, 2013
Aug 22, 2018
Jan 27, 2014
Nov 2, 2013
Oct 23, 2012
Jun 17, 2013
Jan 19, 2013
Jul 25, 2013
Nov 10, 2012
Jan 9, 2013

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.