humanitiesplusdesign / piranesi

Piranesi - a graph building and editing demo based on Palladio framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run Piranesi locally, first install dependencies, then run a local web server from this directory

bower install
python -m SimpleHTTPServer

To run on the latest version of main Palladio framework for testing purposes, first clone the main Palladio framework repository, then in that repository set up a bower link, then link this application to your local version of the Palladio framework:

cd palladio
bower link
cd ../piranesi
bower link Palladio palladio
python -m SimpleHTTPServer

About

Piranesi - a graph building and editing demo based on Palladio framework


Languages

Language:HTML 78.0%Language:JavaScript 12.7%Language:Shell 9.3%