copilot-design-system
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Copilot Design System

This is the Copilot.app 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

How to test in the Webapp

  • Run yarn build
  • In the webapp, run yarn add copilot-design-system@file:../../design-system where the path that follows :file is the relative path from your webapp directory to the design-system directory

Readme

Keywords

none

Package Sidebar

Install

npm i copilot-design-system

Weekly Downloads

486

Version

1.1.3

License

none

Unpacked Size

3.49 MB

Total Files

378

Last publish

Collaborators

  • foleyatwork
  • kafkaesque
  • neilraina93
  • ellie-copilot