Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 519 Bytes

Country picker prototypes

This project explores patterns for country pickers that use data from open registers.

Building and running

This is based on the GOV.UK prototype kit, so most instructions that apply to that work here too. In short:

git clone git@github.com:openregister/picker-prototypes.git
cd picker-prototypes
yarn # or npm i
yarn start # or npm start
open http://localhost:3000

Tested on node v7.x, yarn v0.18.1, and npm v4.x.