/govuk-frontend-wtf-demo

Demo Flask app using GOV.UK Frontend WTForms Widgets

Primary LanguageHTMLMIT LicenseMIT

GOV.UK Frontend WTForms Demo

Demo Flask app using GOV.UK Frontend WTForms Widgets.

Getting started

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt ; pip3 install -r requirements_dev.txt
./build.sh
flask run