Skip to content

RowlandMtetezi/maximilianfellner.eu

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published