Skip to content

reallygoodwork/design-ui

Repository files navigation

Coral Design

A React-based design tool built with Vite, TypeScript, and Tailwind CSS.

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:
git clone <repository-url>
cd coral-design
  1. Install dependencies:
npm install

Running Locally

Development Server

Start the development server:

npm run dev

The application will be available at http://localhost:5173

Storybook

Run Storybook for component development:

npm run storybook

Storybook will be available at http://localhost:6006

Build

Create a production build:

npm run build

Preview the production build:

npm run preview

Tech Stack

  • React 18
  • TypeScript
  • Vite
  • Tailwind CSS 4
  • Base UI
  • Storybook

About

A design interface library to build Figma/Framer/Penpot style interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors