Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 614 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 614 Bytes

UKHealthCamp website

This is the source code for the UKHealthCamp website.

Requirements

You may already have it, try:

node --version

If you don't have Node, download it here: http://nodejs.org/.

Getting started

Install Node.js (see requirements)

Clone this repo

git clone [email protected]:/ukhealthcamp/ukhealthcamp_website.git

Install dependencies

npm install
bower install

Compile the app

grunt build

View the app

The compiled app will be in the /dist directory.