nhsuk / nhsuk.service-manual.prototype-kit.docs

NHS Prototype Kit website
https://prototype-kit.service-manual.nhs.uk/
MIT License
3 stars 1 forks source link

Add Gitpod config #99

Closed frankieroberto closed 1 week ago

frankieroberto commented 1 week ago

This adds config for Gitpod, which can then be used for local development or content editing in the browser.

Gitpod seems to already work by default, but by default it runs npm start instead of npm run watch - the main difference is that npm run watch will automatically rebuild CSS and javascript, and will enable browser-sync to automatically refresh the browser when making changes.