A React-based design tool built with Vite, TypeScript, and Tailwind CSS.
- Node.js (v16 or higher recommended)
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd coral-design- Install dependencies:
npm installStart the development server:
npm run devThe application will be available at http://localhost:5173
Run Storybook for component development:
npm run storybookStorybook will be available at http://localhost:6006
Create a production build:
npm run buildPreview the production build:
npm run preview- React 18
- TypeScript
- Vite
- Tailwind CSS 4
- Base UI
- Storybook