This project has moved and is being ported to Angular.
Inspired (and with original code) by APC Jones Arrows project and deployed at GraphJSON.io
###Get setup###
Make sure you have virtualenv and virtualenvwrapper installed.
This application is powered by Flask Dependencies installed seperately, Flask-Bootstrap
###Get things running###
mkvirtualenv -r requirements.txt your_venv_name
workon your_venv_name
git clone [email protected]:graphalchemist/ga_arrows.git
python app.py
Now flask should be running at http://localhost:5000/
Right now the arrows tool is set up at http://localhost:5000/ga_arrows/tool.
####Some thoughts####
- All of the orignal arrows code was first commited by itself
- The second commit is getting flask installed
- The third commit is getting arrows shoved into flask
- There are some differences between the version of arrows at http://www.apcjones.com/arrows/#, and the github code https://github.com/apcj/arrows.
- All of the orignal arrows code was originally commited by itself
- The second commit is getting flask installed
- The third commit is getting arrows shoved into flask
- There are some differences between the version of arrows at http://www.apcjones.com/arrows/#, and the github code https://github.com/apcj/arrows
- There are also some slight differences with the version we are currently running. This is likely because Apcj used Bootstrap 2 and we've installed Bootstrap 3 with Flask-Bootstrap
- Finally, we've started the project with an oustanding bug! Yay! Check it out in the issues