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/
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.
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.
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
- go to localhost:3000 in your browser.
This project uses Tom's Express prototyping tool.
Read the wiki to find out more.