Getting started
Foundation
Typography
Navigation
Feedback
Forms
Clone the repository and install dependencies:
git clone git@github.com:hightouchio/hightouch-ui.git
cd hightouch-ui
npm install
Make changes to Hightouch UI and develop locally by running TypeScript in watch mode:
npm run dev
Run tests:
npm test
Run this website in development mode:
npm run docs