@tutellus/tutellus-components
v6.5.2
Published
A Design System code base of React components used across all Tutellus web applications.
Downloads
1
Keywords
Readme
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