Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

alphagov/webchat-alpha

Repository files navigation

Webchat Alpha

This project explores patterns and 3rd party webchat implementations. It implements prototypes which are copies of real pages and services on GOV.UK, with added webchat support flows and call to actions.

Prior art: webchat-prototype

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:alphagov/webchat-alpha.git
cd webchat-alpha
npm i
npm start
open http://localhost:3000

Tested on node v4.x and v6.x, and npm v3.x.