A design system for Operately and experimental UI prototypes.
The design system provides a collection of reusable components, patterns, and guidelines to ensure consistency.
- Stack: Built with React, Radix UI, Tabler icons, and Tailwind CSS
- Component Library: Includes colors, buttons, tooltips, and more
- Accessibility: Designed with accessibility in mind
- Responsive Design: Components adapt to different screen sizes
- Documentation: Integrated design system documentation and examples
This project uses Astro to build and serve the site.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally |