0.1.18 • Published 2 years ago

hearth-kokoro v0.1.18

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Netlify Status

Kokoro | Hearth Design System

Figma | Notion |

Bootstrapped with tsdx, using the provided react-with-storybook template. This repository maintains the component library for Hearth's web (and eventually mobile) app and overall style guide. Kokoro is meant to be an atomic design system.


Getting started

Material UI v5 React v17 @emotion/react TypeScript v4+

Clone this repository with SSH:

git clone git@github.com:shogun-hearth/kokoro.git

Install dependencies:

npm install

Recommended workflows

The recommended workflow is to run TSDX in one terminal:

npm start

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

Then run Storybook inside another terminal:

npm run storybook

This loads the stories from ./src/components. A tab should automatically open with Storybook running, but if it doesn't, navigate to localhost:6006.

Resources


Contributing

  • Use named exports for all components that we want to surface as a part of the package
  • Fill out the MDX template to ensure all components are well documented
  • Add a unit test for each component added

Bookkeeping

Jest

Jest tests are set up to run with npm test, but no tests have been implemented yet.

Continuous Integration

Deployed to Netlify on each push. Working on setting up a proper deployment policy.

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago