Skip to content

TheFairiesGroup/fairy-tree-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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".

INSTALL

bower install
compass watch

Run with python

python -m SimpleHTTPServer

// and open http://0.0.0.0:8000/

Run with pow

cd ~/.pow
mkdir fairy-tree
ln -s <path to project> ~/.pow/fairy-tree/public

// and open http://fairy-tree.dev :)

Run with node (doesn't work well on Windows)

npm install http-server -g
http-server <path to project>

// and open http://0.0.0.0:8080/

Releases

No releases published

Packages

 
 
 

Contributors