Set of UI components created inside CodersCrew.
Storybook: See components documentation
Figma: See components mockups
- Install all dependencies with
yarn
ornpm install
command. You should do this in the main directory and every of two packages. - Run
yarn dev:coderskit
from the main project directory. It will transpile all components frompackages/coderskit
. - Open a separate terminal and run
yarn dev:docs
. It will take components generated in the previous step and create a Storybook playground for them.