https://moj-forms.service.justice.gov.uk
For information on MOJ Forms please contact [email protected].
If you wish to run in your own browser, you'll need to run the following commands from the root of this project:
brew install rbenv ruby-build
to install ruby version manager (rbenv)rbenv init
to load rbenv in your shell, follow the printed instructionscat .ruby-version | xargs rbenv install
to install the correct version of rubygem install bundler
to install the dependency managerbundle install
to install middleman and its dependenciesnpm install
to install the frontend dependenciesbundle exec middleman server
- to start middleman's built in serveropen http://localhost:4567
- to open the example in your browser
Deployments are handled by CircleCI.
Any branch except main will deploy to the staging environment. This can be visited here
Once a change is pushed or merged to main then production will automatically be deployed.
The environment variables required in CircleCI - check the Tech Docs for more infomation.
Add this repo to git desktop Create a new branch for your changes Open the files in source/ and update the html Add your changes to the branch Commit changes and push up
This will trigger an action to build the site in staging.