Skip to content

liqd/liqd-site

Repository files navigation

Website for Liquid Democracy e.V.

The website uses the django-based CMS Wagtail, and Python 3.8

How to start

  1. clone repository
  2. cd liqd-site
  3. make install
  4. inside venv run python manage.py createsuperuser and create your admin account
  5. make watch
  6. website should be up and running at http://localhost:8006/
  7. browse to http://localhost:8006/admin to login with your admin account