This is the source code for the UKHealthCamp website.
You may already have it, try:
node --version
If you don't have Node, download it here: http://nodejs.org/.
Install Node.js (see requirements)
git clone [email protected]:/ukhealthcamp/ukhealthcamp_website.git
npm install
bower install
grunt build
The compiled app will be in the /dist directory.