LandRegistry/llc-prototype

Name: llc-prototype

Owner: HM Land Registry

Description: Local Land Charges Prototype

Created: 2016-04-05 08:08:37.0

Updated: 2017-11-30 09:30:10.0

Pushed: 2018-01-31 11:35:53.0

Homepage: null

Size: 29734

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

llc-prototype

Local land charge register Prototype

Can be seen running https://llc-prototypes.herokuapp.com/

Follow the installation instructions below to install. It's that simple.

Requirements
Node

You may already have it, try:

 --version

Your version should be 4.2.2.

If you don't have Node, download it here: http://nodejs.org/.

Getting started

Install Node.js (see requirements)

Install dependencies

Open a command line app (Terminal on OSX) and change to the unzipped directory. Then run:

install

This will install extra code that the govuk prototype kit needs.

Run the app
 start.js

or

start

Go to localhost:3010 in your browser.

If you want to view multiple prototypes at the same time you can give them unique port numbers, like this:

=3005 node start.js

To change the port number permanently, edit the port variable in /server.js.

Hot reload

Any code changes should update in the browser without you restarting the app.

The app recompiles app/assets/stylesheets/application.scss everytime changes are observed.

GOV.UK Prototyping Kit

The kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research.

It's built on the Express framework, and uses these GOV.UK resources:

Read the project principles.

Documentation

This project is built on top of Express, the idea is that it is straightforward to create simple static pages out of the box. However, you're not limited to that - more dynamic sites can be built with more understanding of Express. Here's a good Express tutorial.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.