/maximilianfellner.eu

Personal website.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Description

This is the source code of maximilianfellner.eu.

It is based on an AngularJS frontend in JavaScript and a Flask backend in Python.

Development
Vagrant Setup
vagrant up
Manual Setup

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
Debug
python wsgi.py db upgrade
python wsgi.py assets build
python wsgi.py runserver