https://github.com/landregistry/hmlr-frontend
HM Land Registry frontend styles
https://github.com/landregistry/hmlr-frontend
frontend hmlr landregistry nunjucks scss styles
Last synced: 6 days ago
JSON representation
HM Land Registry frontend styles
- Host: GitHub
- URL: https://github.com/landregistry/hmlr-frontend
- Owner: LandRegistry
- License: mit
- Created: 2022-07-07T17:31:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T16:07:21.000Z (about 1 month ago)
- Last Synced: 2025-04-23T22:45:38.623Z (6 days ago)
- Topics: frontend, hmlr, landregistry, nunjucks, scss, styles
- Language: JavaScript
- Homepage: https://hmlr-frontend.herokuapp.com
- Size: 2.66 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# HM Land Registry Frontend
[](https://github.com/LandRegistry/hmlr-frontend/releases)
[](https://www.npmjs.com/package/@hmlr/frontend)
[](https://www.npmjs.com/package/govuk-frontend)
[](https://github.com/LandRegistry/hmlr-frontend/blob/main/.nvmrc)
[](https://github.com/LandRegistry/hmlr-frontend/blob/main/LICENCE)HM Land Registry Frontend contains the code you need to start building a user interface for HM Land Registry platforms and services.
See live examples of HM Land Registry Frontend components, and guidance on when to use them in your service in the [HM Land Registry Design System](https://github.com/LandRegistry/hmlr-design-system).
## Quickstart
```sh
# Node version (optional)
nvm use# Install dependencies
npm install# Start Storybook
npm start
```This package includes all the frontend styles from GOV.UK in addition to HM Land Registry styles.
The generated CSS can be used as a direct replacement for the GOV.UK stylesheet which ensures that the HM Land Registry styles will be build on top of a complient version of the GOV.UK Frontend styles.
## LFS
Some assets in this repository require [Git LFS](https://git-lfs.github.com/) to be installed in order to properly clone the repository.