liqd / liqd-site

Source code of the Liquid Democracy e.V. homepage
GNU Affero General Public License v3.0
0 stars 0 forks source link

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