# Design System v1.0.0 - Developer Onboarding Guide
**Welcome!** This guide will help you get started with the design system v1.0.0.
---
## Quick Start (5 minutes)
### 1. Install the Design System
```bash
npm install @company/design-system@1.0.0
```
### 2. Import Styles
```javascript
// In your main application file
import '@company/design-system/css/variants.css';
import '@company/design-system/css/components.css';
```
### 3. Use Components
```html
Card contentCard Title