philsherry / nhsuk-frontend

NHS.UK Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NHS.UK frontend (IN DEVELOPMENT)

NHS.UK frontend contains all the code you need to start building user interfaces for NHS websites and services.

Using NHS.UK frontend

1. Install with package managers (recommended)

  • npm; documentation to be completed.
  • PyPi; documentation to be completed.

2. Install by using compiled files

  • Documentation to be completed.

Contributing

Installation

You will need Node.js to run the application, install the long-term support (LTS) version of Node.js, which also includes npm.

Clone this repository: git clone https://github.com/nhsuk/nhsuk-frontend.git nhsuk-frontend and whilst in the project directory cd nhsuk-frontend, install the required dependencies with npm install.

Once the dependencies have installed, you can run the application with npm run watch, then the application will be available at http://localhost:3000.

Getting started

  • Folder structure; documentation to be completed
  • Coding standards; documentation to be completed
  • Tooling; documentation to be completed
  • Testing
  • Workflow; documentation to be completed

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

About

NHS.UK Frontend


Languages

Language:HTML 49.1%Language:CSS 39.7%Language:JavaScript 11.2%