A pattern library for building user research surveys.
Built from GOVUK Elements.
make install
make local
Deployment involves the following steps:
- generation of a new version of the static site
- cloning the
gh-pagesbranch of the repo and clearing out the files - copying the generated files into this repo so any changes are recognised by git
- commiting the changes against the number in
VERSION.txt - tagging the version as the number in
VERSION.txt
To deploy the static site you need to have commited a version bump, for example:
Version numbers follow semantic versioning.
To run the deployment process:
make deploy
In case any make commands fail and you're left with a semi-complete static site, you can remove old versions by running:
make clean