This repository contains the beta-stage frontend component of data.gov.uk
There are currently 3 ways to run this repo locally:
make
Find as you would any other repo supported by govuk-docker using this method. This is the quickest means to setup Find however this will not give you a complete visual setup and is primarily for running tests.You will need to install the following for development.
Most of these can be installed with Homebrew on a Mac.
First run bin/setup
to bundle, etc. Then run rails s
.
See the developer docs on data.gov.uk deployment