Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

File metadata and controls

38 lines (25 loc) · 1.08 KB

Health Data Safe Style

Showcase site and asset repository for the HDS design system. Published at style.datasafe.dev.

Contains:

  • Palettes showcase — visual reference for palette-doctor, palette-patient, palette-dark
  • Icons and logos — served from https://style.datasafe.dev/images/
  • Reference CSShds.css / hds.min.css

Technology Choices

Setup

Install with ./scripts/setup.sh (which handles cloning of the gh-pages branch into dist for publishing) or npm install.

Development

Run the development server:

npm run dev

Open ./src/index.html with your browser to see the result.

Deployment

The site is deployed to GitHub Pages via the gh-pages branch.

npm run build   # copies src to dist, minifies CSS
# then push the dist/ contents to the gh-pages branch