Nathan Vasse 9bd7317796 📝(doc) sort docs in the Storybook's sidebar
Previously the docs order was defined by the default behavior of
Storybook: discovery order. But, in our situation we want the
"Getting Started" part to appear above "Components", and "Doc"
above any other stories. So we needed to create a custom sort callback.
In order to make this storySort callback to be taken into account by Storybook
it was needed to rename the file to preview.js. Strange but .. meh.
2023-01-20 17:00:31 +01:00
2023-01-05 15:08:19 +01:00
2023-01-11 11:01:56 +01:00
2022-12-07 17:07:18 +01:00
2023-01-20 17:00:31 +01:00
2022-12-07 17:07:18 +01:00
2022-11-14 16:25:55 +01:00
2022-12-07 17:07:18 +01:00
2022-12-13 10:44:28 +01:00
2022-12-12 11:13:07 +01:00
2022-12-13 10:44:28 +01:00

Cunningham, the best OpenSource Design System

CircleCI

Getting started

Packages are not published yet, but once it is done we will show people how to install packages.

Development

First start

Install and build packages

make bootstrap

And then run dev servers

make dev

Then, you will be able to access the demo app on http://localhost:3200 and the React components package's Storybook on http://localhost:6006

Building

In order to build all packages of this repo you just need to type the following command at the root of the monorepo.

make build

Contributing

This project is intended to be community-driven, so please, do not hesitate to get in touch if you have any question related to our implementation or design decisions.

We try to raise our code quality standards and expect contributors to follow the recommandations from our handbook.

License

This work is released under the MIT License (see LICENSE).

Description
No description provided
Readme 12 MiB
Languages
TypeScript 66.6%
SCSS 14.6%
CSS 12.3%
MDX 6.1%
Makefile 0.2%