An open API service indexing awesome lists of open source software.

https://github.com/rubriclab/ui


https://github.com/rubriclab/ui

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# rubricui

## Description

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

To build the package, available under dist, run:

```sh
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:

```sh
bun link
```

In your test project, run:

```sh
bun link rubricui
bunx rubricui init
```

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

```sh
bun run watch
```

## Publish

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

```sh
npm publish
```