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

https://github.com/jeremy-code/ui

UI
https://github.com/jeremy-code/ui

react react-aria ui

Last synced: 9 days ago
JSON representation

UI

Awesome Lists containing this project

README

          

# ui

[github-actions]: https://www.github.com/jeremy-code/ui/actions/workflows/ci.yml
[github-actions-badge]: https://www.github.com/jeremy-code/ui/actions/workflows/ci.yml/badge.svg
[license-badge]: https://img.shields.io/github/license/jeremy-code/ui
[netlify-status-badge]: https://api.netlify.com/api/v1/badges/52c21868-14b0-452c-bbe5-dafa3fc0c97a/deploy-status
[netlify-website]: https://jeremyui.netlify.app

[![GitHub Actions][github-actions-badge]][github-actions] [![License][license-badge]](LICENSE) [![Netlify Status][netlify-status-badge]][netlify-website]

## Installation

```shell
git clone https://github.com/jeremy-code/ui.git
cd ui
corepack enable
pnpm install
```

## Usage

```shell
# Run the development server locally
pnpm dev

# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format

# Build
pnpm build
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.