This repo has been put out to pasture. For the future of Bauble on the web see the Bauble/bauble.web.
Bauble is a web application for managing plant collections. It is intended to be used by botanic gardens, arboreta and herbariums to manage their plant records. For more information visit http://bauble.io
First you'll need to install NodeJS (http://nodejs.org/)....
mkdir bauble
git clone https://github.com/Bauble/webapp.git bauble/webapp
cd bauble/webapp
sudo npm install -g yo grunt-cli bower
npm install
bower install
grunt server
** You will also need the bauble.api server running to use the app.
BSD 3-Clause