Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Product landing page for GOV.UK Verify

Notifications You must be signed in to change notification settings

alphagov/verify-product-page

Repository files navigation

Verify Product Page

Verify has Closed

This repository is out of date and has been archived

This is the source for https://www.verify.service.gov.uk/.

Running Locally

If you wish to run in your own browser, you'll need to run the following commands from the root of this project:

  • bundle install to install middleman and its dependencies
  • npm install to install the frontend dependencies
  • bundle exec middleman server - to start middleman's built in server
  • open http://localhost:4567 - to open the example in your browser

Development

This was originally based on the product-page-example, however it slightly diverged since that (custom styles, migration to GOV.UK Frontend), but it still is possible to pull in more modules from the example repo.

Deployment

This app is deployed automatically from master by travis - see .travis.yml