Skip to content

One place for service teams to find styles, components and patterns for designing government services.

License

Notifications You must be signed in to change notification settings

richardTowers/richardtowers-design-system

 
 

Repository files navigation

Richard Towers' Design System

A fork of the GOV.UK Design system for my personal projects

Run locally

You'll need Git and Node.js installed to get this project running.

Note: You will need the active LTS (Long-term support) Node.js version for this project (as specified in .nvmrc)

Install npm dependencies

npm install

Start a local server

This will build sources, serve pages and watch for changes.

npm start

Build

Build ./src to ./deploy/public

npm run build

Run the Sass linter

We are using the sass-lint plugin to lint the Sass files in source/stylesheets. You can run the linter from command line by running:

npm run lint

GOV.UK Frontend packages

Design System consumes the Richard Towers Frontend package via git. This is defined in the package.json file.

Deployment

About

One place for service teams to find styles, components and patterns for designing government services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.6%
  • JavaScript 14.6%
  • CSS 5.7%
  • Shell 0.1%