Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 530 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 530 Bytes

My UoW frontend 1.1.0

This project is live at: https://myuow.venuatu.me/

This is built with angularjs, bootstrap, angular-bootstrap, sass and traceur

Requirements

compass (ruby, rubygems) nodejs v0.10 (npm)

Building

You should change the serverAddress constant in [[app/scripts/app.js]] to the place that hosts the data apis

gem install compass
npm install -g grunt-cli bower
git clone https://github.com/venuatu/myuow
cd myuow/data/
npm install
bower install
grunt server

# or build it with
grunt