This is a simple demo repo of how to use the Clarity Design System with the Hugo static site generator.
To run this example clone the repo and have NodeJS installed.
- run
npm install
in root of project - run
npm start
orhugo server -D
to run the project locally - run
npm run build
orhugo -D
to build the project for production