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 CSS —
hds.css/hds.min.css
Install with ./scripts/setup.sh (which handles cloning of the gh-pages branch into dist for publishing) or npm install.
Run the development server:
npm run devOpen ./src/index.html with your browser to see the result.
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