Little web app that let users interact with diagrams in SVG. Semantic data is included as RDFa.
Live demo on Heroku (runs with 1 dyno so first start could take a while)
No database, no unnecessary or redundant files, just one .svg.
- Clone this repository:
git clone [email protected]:gopeter/semantic-diagrams.git
- Create virtual env:
virtualenv venv
- Activate virtual env:
source venv/bin/activate
(do this for every new terminal session) - Install requirements:
pip install -r requirements.txt
- Start app:
foreman start
- Visit
http://localhost:5000
and have fun!
Be aware: Just a proof of concept. No validations, no exception handling, no tests.
semantic-graphics
is part of a series of experiments