vibe

🎨 Vibe Design System - Official monday.com UI resources for application development in React.js

GitHub Stars

541

User Rating

Not Rated

Favorites

0

Views

32

Forks

339

Issues

18

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mondaycom/vibe.git
cd vibe

2. Install Dependencies

bash
npm install

3. Import CSS Tokens

Add the following to your root application file:
javascript
import "@vibe/core/tokens";

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.