Advanced install guide
A quick installation guide for those familiar with Node.js and prototyping in code.
The kit is built on the Express framework, and uses NHS frontend.
Requirements
Node.js version 20 or higher.
Download the kit
The simplest way to get the kit is to download it as a zip.
You can also clone or download a copy from GitHub.
Install dependencies
npm install
Run the kit
npm run watch
Go to localhost:3000 in your browser.