Code4HR / localart

An HTML5 mobile app for navigating & browsing locations of public art, architecture, and culture in Norfolk, VA.
http://iartnorfolk.com
GNU General Public License v3.0
5 stars 5 forks source link
deprecated official

localart

Build Status

A demo of an HTML5 mobile app to show how a citizen could navigate and browse locations of public art, architecture, and culture in her or his local city.

Prerequisite Tools

npm install -g yo bower grunt-cli yuidocjs karma-cli

Dependency Installation

npm install && bower install && cd test && bower install && cd ..

Generate documentation with yuidoc ..

Just run unit tests with grunt test. npm test will also install dependencies.

Lint with grunt jshint.

Just debug with grunt serve. npm start will also install dependencies.

Build for production or deployment with grunt build.

Lint, test and package any build by simply running grunt.