OpenCloud Design System is used to design OpenCloud UI components
npm install @opencloud-eu/design-system
The OpenCloud Design System provides components and utilities for application and extension development within the
OpenCloud Web ecosystem. It can be developed standalone via the design system documentation. The documentation is
built with VitePress.
Head over to the hosted docs for more information!
To run the docs, you first need to install all dependencies:
```
pnpm i
Start docs in dev mode:
```
pnpm docs:dev
Please refer to the docs for information about how to install and use the design-system as a developer.