[go: up one dir, main page]

Skip to content

RubricLab/ui

Repository files navigation

rubricui

Description

This project is a UI component library built with React and TypeScript.

To build the package, available under dist, run:

bun install
bun run build

Test locally

Use Bun's linking commands to create a symlink between your library and the project where you want to test it, run in your package:

bun link

In your test project, run:

bun link rubricui
bunx rubricui init

While working on your library, run the watch script to automatically rebuild your library on changes:

bun run watch

Publish

To publish a new version, bump the version number and run

npm publish