#Fairy tree
This is AngularJS app (more like prototype by the time this is written) for displaying dependencies between courses for each major in FMI @ SU "St. Kliment Ohridski".
bower install
compass watch
python -m SimpleHTTPServer
// and open http://0.0.0.0:8000/
cd ~/.pow
mkdir fairy-tree
ln -s <path to project> ~/.pow/fairy-tree/public
// and open http://fairy-tree.dev :)
npm install http-server -g
http-server <path to project>
// and open http://0.0.0.0:8080/