Scotchester / wagtail-design-system

:warning: THIS REPO IS DEPRECATED :warning: – Proof-of-concept for a Wagtail-backed design system website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:warning: THIS REPO IS DEPRECATED :warning: – Proof-of-concept for a Wagtail-backed design system website

License:Creative Commons Zero v1.0 Universal


Languages

Language:CSS 52.0%Language:JavaScript 38.7%Language:Python 7.7%Language:HTML 1.2%Language:Dockerfile 0.2%Language:Shell 0.2%