Prototypes for product pages for the GDS GaaP and Services programmes.
The prototypes are published at https://alphagov.github.io/govuk_product_prototypes/
You're going to need:
- Linux or OS X — Windows may work, but is unsupported.
- Ruby, version 2.0 or newer
- Bundler — If Ruby is already installed, but the
bundlecommand doesn't work, just rungem install bundlerin a terminal.
# either run this to run locally
bundle install
bundle exec middleman server
# OR run this to run with vagrant
vagrant upYou can now see the prototypes at http://localhost:4567.
To publish, type ./deploy.sh in the terminal.