Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/govuk-frontend-alpha-starter-kit-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOV.UK Frontend Alpha - Rails Starter Kit

This starter kit is being used in user research for GOV.UK Frontend.

It's simple Ruby on Rails app, following standard Rails conventions, with a couple of views of example content.

Running the application

  1. First, clone a copy of this repo locally

  2. Next, install the dependencies:

$ bundle
  1. While in Alpha, please run this script to setup GOV.UK Frontend
$ ./bin/install-govuk-frontend
  1. Finally, run the web server:
$ bundle exec rails s

You'll be able to see the app running here: localhost:3003