Skip to content

llaenowyd/cushman

Repository files navigation

cushman toolkit

unit of release repository
@a110/rito React Lib npm version

What is this?

This project is a monorepo that hosts an npm library that's intended for use in React frontend applications.

The simplest way to explore the primary content here would be to visit the Storybook page, that's hosted here on GitHub Pages.

How to use it?

The library, @a110/rito, can be added to a React appliction with either yarn add @a110/rito or npm i --save @a110/rito. More instructions should be available in the package-level documentation.

How to hack on it?

  1. Fork and clone, checkout a branch
  2. yarn
  3. yarn build
  4. yarn dev-rito-sb
  5. Pull requests welcome!