/wagtail-design-system

Proof-of-concept for a Wagtail-backed design system website

Primary LanguageCSSCreative Commons Zero v1.0 UniversalCC0-1.0

wagtail-design-system

Proof-of-concept for a Wagtail-backed design system website with front-end component code stored in the same repo (for now, simply copied over from capital-framework with some minor modifications).

Setup

  1. If you're not set up to run Python 3 yet, go through our guide to running both Python 2 and 3. You will need to be running Python 3 to test this project out.
  2. Clone repo and go into its folder
  3. Create a new Python virtualenv and activate it
  4. pip install -r requirements.txt
  5. ./manage.py migrate
  6. ./manage.py runserver
  7. Visit http://localhost:8000/admin/ and login with admin/admin