Clone the repository and install dependencies:
git clone git@github.com:hightouchio/hightouch-ui.git
cd hightouch-ui
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