Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.15 KB

Operately's Bureau for Prototyping, Research, and Design

A design system for Operately and experimental UI prototypes.

Features of the design system

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

Commands

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