Based on the GOV.UK Prototype Kit.
This prototype is deployed on the GOV.UK PaaS.
Minimal viable deploy commands (from the root directory of the prototype):
brew install cloudfoundry/tap/cf-cli
cf login -a api.cloud.service.gov.uk -o gds-design
cf push
This repo uses the recommended tools from Cyber to prevent accidently committing secrets / passwords.
It is recommended to install these tools when working on this repository. More information is available here:
Once setup, you need to run the following command to set up the git commit hooks:
pre-commit install