An open API service indexing awesome lists of open source software.

https://github.com/coryrylan/clarity-hugo

Example demo of using the Clarity Design System with Hugo
https://github.com/coryrylan/clarity-hugo

clarity-design design-system hugo

Last synced: 3 months ago
JSON representation

Example demo of using the Clarity Design System with Hugo

Awesome Lists containing this project

README

        

# Clarity Design System + Hugo

This is a simple demo repo of how to use the [Clarity Design System](https://clarity.design/storybook/core)
with the [Hugo](https://gohugo.io/) static site generator.

[Live Demo](https://cds-hugo.web.app/)

## Getting Started

To run this example clone the repo and have NodeJS installed.

1. run `npm install` in root of project
2. run `npm start` or `hugo server -D` to run the project locally
3. run `npm run build` or `hugo -D` to build the project for production