Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 427 Bytes

Hadmean Chromista

This is the design system used for Hadmean

Commands

Development

To run, use:

npm run storybook

Build

To do a one-off build, use:

npm run build # or yarn build.

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Tests

Tests are set up to run with

npm test # or yarn test