This project explores patterns for country pickers that use data from open registers.
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
.