6.5.2 • Published 9 months ago

@tutellus/tutellus-components v6.5.2

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Tutellus Components

A Design System code base of React components used across all Tutellus web applications.

Start

Start Tutellus Storybook:

npm run dev

Build components library

Buid components and their css files by running

npm run build

Build Storybook

Run this script to build the Storybook library to allow reviewing the components

npm run build:components

Linting components

Execute stylelint by running:

npm run lint

Reinstall dependencies

Remove the package-lock.json, node_modules folder and reinstall all dependencies by running:

npm run phoenix