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).
- 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.
- Clone repo and go into its folder
- Create a new Python virtualenv and activate it
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver
- Visit http://localhost:8000/admin/ and login with
admin
/admin