An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

HM Land Registry logo

# HM Land Registry Frontend

[![Latest release](https://img.shields.io/github/v/release/LandRegistry/hmlr-frontend?style=flat-square&logo=github&logoColor=white&sort=semver)](https://github.com/LandRegistry/hmlr-frontend/releases)
[![NPM version](https://img.shields.io/npm/v/@hmlr/frontend?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/@hmlr/frontend)
[![GOV.UK Frontend version](https://img.shields.io/npm/dependency-version/@hmlr/frontend/govuk-frontend?style=flat-square)](https://www.npmjs.com/package/govuk-frontend)
[![Node version](https://img.shields.io/node/v-lts/@hmlr/frontend?style=flat-square&logo=nodedotjs&logoColor=white)](https://github.com/LandRegistry/hmlr-frontend/blob/main/.nvmrc)
[![Licence](https://img.shields.io/github/license/LandRegistry/hmlr-frontend?style=flat-square)](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.