This project is still under development.
To setup a local development version run:
$ python3 -m venv .virtualenv $ source .virtualenv/bin/activate $ pip install --upgrade pip $ pip install --requirement requirements.txt $ npm install $ node_modules/.bin/bower install $ node_modules/.bin/gulp django $ node_modules/.bin/gulp $ python manage.py migrate $ python manage.py createsuperuser $ python manage.py runserver
To check coding styles run:
$ pip install flake8 isort $ flake8 dreifaltigkeithomepage $ isort --check-only --recursive dreifaltigkeithomepage
The used template is Starter template. The code of this template was released under the Creative Commons Attribution 3.0 Unported (CC BY 3.0) license by @mdo and @fat, Bootstrap (Twitter, Inc).