Skip to content

okffi/mydata-helsinki-prototype

Repository files navigation

mydata-helsinki-prototype

Instructions for developers

Install dependencies

  • Install Node.js version v4.x.x or v6.4.0
  • Open the project directory with terminal.
  • Install npm packages required by the project, by running the command:
npm install

Start the prototype

  • Open the project directory with terminal.
  • Run command:
npm start

Based on GOV.UK Prototype kit

News

Upgrading from version 1 to 2: the latest version of the kit (2.0.0 and later) is not compatible with previous versions. If you update your old prototypes you'll need to convert them as well.

About the prototype kit

The prototype 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.

Read the project principles.

Security

If you publish your prototypes online, they must be protected by a username and password. This is to prevent members of the public finding prototypes and thinking they are real services.

You must protect user privacy at all times, even when using prototypes. Prototypes made with the kit look like GOV.UK, but do not have the same security provisions. Always make sure you are handling user data appropriately.

Installation instructions

Guides

  1. Setting up git
  2. Publishing on the web (Heroku)
  3. Using GOV.UK Verify

Other documentation