Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 431 Bytes

marys-mystery-shopper

HTML and CSS for a survey webapp, for reporting adverse events during surgery. Based on https://www.registertovote.service.gov.uk/register-to-vote/contact

Running locally

use Browser-sync to view changes in realtime as you make them

npm install -g browser-sync

Run this from inside the top level folder in the repo:

browser-sync start --server --files "**/*.css, index.html"