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
- Host: GitHub
- URL: https://github.com/jeremy-code/ui
- Owner: jeremy-code
- License: mit
- Created: 2026-04-19T09:08:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T06:05:23.000Z (2 months ago)
- Last Synced: 2026-05-30T08:07:12.462Z (2 months ago)
- Topics: react, react-aria, ui
- Language: TypeScript
- Homepage: https://jeremyui.netlify.app/
- Size: 481 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.