This is the source code of maximilianfellner.eu.
It is based on an AngularJS frontend in JavaScript and a Flask backend in Python.
Vagrant Setup
vagrant up
Pull git submodules.
git submodule init
git submodule update
Install Python dependencies.
virtualenv .
source bin/activate
pip install -r requirements.txt
Intall node dependencies.
node install
python wsgi.py db upgrade
python wsgi.py assets build
python wsgi.py runserver