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
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"