jblock / mosaictool

Final project for SSUI web lab (winter 2012)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MosaicTool

by Jason Block Final Project, SSUI Web Lab, Winter 2012

How to install

First, clone the repo somewhere. Doesn't matter where.

You'll need NPM for grunt so you can build everything out to run locally. I used Anvil to run this locally, but it's not entirely necessary. Just opening the index.html file should be sufficient.

You'll need Grunt to build out the javascript, since everything is modularized in a whole mess of different files.

npm install -g grunt

Then all you have to do is build for production:

grunt build-production

Everything will be nice and minified and built (and tossed in the lib folder).

Libraries/Dependencies

About

Final project for SSUI web lab (winter 2012)


Languages

Language:JavaScript 94.8%Language:PHP 5.2%