Graphing polyamorous relationships with force directed layouts.
You will need to install Python, virtualenv, and GraphViz using whatever package manager your operating system uses. Then you can setup, run and test the application as follows:
- Create a new virtualenv environment by running
make
- Install dependencies by running
make deps
- Run the application by running
make run
and opening http://localhost:5000/ in a browser - Run the tests by running
make test