Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 917 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 917 Bytes

polycul.es

Build Status Coverage Status polycul.es

Graphing polyamorous relationships with force directed layouts.

Development

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:

  1. Create a new virtualenv environment by running make
  2. Run the application by running make run and opening http://localhost:5000/ in a browser
  3. Run the tests by running make test

License

This project is licensed under the MIT License.