This is a template repository for the CAS FEE ADV design system part. It is configured to automatically provide GitHub Actions to build and deploy your design system as a static page and your component library to the GitHub package registry.
After creating your assignment from this template, you'll need to install storybook and the base of your component library by yourself.
This repository is configured to automatically deploy your design system to GitHub Pages and the component library to the GitHub package registry.
Please ensure the following prerequisites are met:
- Storybook
- Your
package.json
contains abuild-storybook
script - The resulting build is located in the
storybook-static
directory
- Your
- Component Library
- Your
package.json
contains abuild
script - When trying with
npm pack
, all your required files are included in the resulting tarball - Your
package.json
file contains the correct scope for your package (@smartive-education
) - The
package.json
file contains the correct registry
- Your