# ui

This library was generated with [Nx](https://nx.dev).

## Running unit tests

Run `bun test` from the root of the repo to execute all unit tests.

## Running end-to-end tests locally

Run `nx run ui:launch-e2e` to launch the Cypress test runner locally

## Installation (react)

```
yarn add @teselagen/ui react react-dom
```

## Running locally

```
nx run ui:start
```
