copilot-design-system
v0.6.6
Published
This is the Copilot.com design system repository. In this repo we're using MaterialUI@V5 + Tailwind CSS to create a set of reusable, open source components for making Copilot apps.
Downloads
2,749
Readme
Copilot Design System
This is the Copilot.com design system repository. In this repo we're using MaterialUI@V5 + Tailwind CSS to create a set of reusable, open source components for making Copilot apps.
How to develop
Prerequisites:
- Node ^20.12.0
- Yarn ^4.x.x
How to develop:
yarn install
yarn storybook
How to prepare new version:
- increment the patch version in package.json
- run
yarn build
. Note: the build script uses Dirent.parentPath which was only available in node 20.12.0. If you are using an older version of node .e.g 20.11.1, it will not work. - add commit