Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.21 KB

GOV.UK elements

This guide explains how to make your service look consistent with the rest of GOV.UK.

View the guide here: http://govuk-elements.herokuapp.com/

Navigating this repository

You'll most likely be looking for the Sass files. You can find these in

/public/sass/elements
/public/sass/main.scss

shows how to import the elements styles.

GOV.UK elements Sass files

If you use these in your own project, please be aware these files may well change. Please use GitHub's watch feature to keep an eye on what may change.

About this repository

If you would like to clone the repository and run it locally, you will need Node.js.

You may already have it, try: ``` node --version


To get up and running:

- clone this repository
- run the app ```
node start.js

About the Express prototyping tool

This project uses Tom's Express prototyping tool.

Read the wiki to find out more.