Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.23 KB

LifeGuide Visualiser

Repository for the code of COMP3020 (Individual Project), last commit Monday 29th April 2013.


Please also take a look at the dissertation, titled How does the analysis of LifeGuide interventions benefit the author for further studies, a project report submitted for the award of BSc Computer Science, studied at the University of Southampton.

The app created for this project is deployed on Heroku for you to view. Please visit life-guide-visualiser.herokuapp.com and use the examples found in Examples/ - just download one of the files and then drag and drop it onto the blue box.

Screenshot

LifeGuide Visualiser with Examples/603.lgil.


Local development

  • Run server with foreman start, listening on localhost:5000, or rackup -p 5000 config.ru &
  • Kill a running server lsof -i :5000, kill -9 ID