Flask server providing d3 app for oil/gas company visualizer
Requires eve_og to be running locally.
See eve_og
Requires python 2.7 and virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Requires Node.js version 4 LTS
$ npm install
Run gulp to bundle to /static and watch /src for changes:
$ gulp
In a new terminal window start the flask server:
$ python run.py
Build with gulp and deploy to heroku:
$ gulp build
$ git push heroku master