# design
**Repository Path**: chatwoot/design
## Basic Information
- **Project Name**: design
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-09-15
- **Last Updated**: 2025-09-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
@chatwoot/design
---
Design guidelines for products at Chatwoot. This repository contains the design artifacts, including wireframes, mockups, design specifications, and Vue3 components used in Chatwoot's products.
Visit the documentation website [here](https://design.chatwoot.com).
Note: This is a work in progress, may not be production ready.
### Running locally
Install all the dependancies
```
yarn
```
Start the development server
```
yarn story:dev
```