Skip to content
hightouchUI

Design system

Contribute

Clone the repository and install dependencies:

git clone git@github.com:hightouchio/hightouch.git
cd hightouch/packages/htui
pnpm install

Make changes to Hightouch UI and develop locally by running TypeScript in watch mode:

pnpm run dev

Run tests:

pnpm test

Run this website in development mode:

pnpm run docs