Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 435 Bytes

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