https://github.com/boringdeveloper/boring-ui
https://github.com/boringdeveloper/boring-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/boringdeveloper/boring-ui
- Owner: boringdeveloper
- Created: 2024-06-13T14:59:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T16:06:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T15:55:55.334Z (about 1 year ago)
- Language: TypeScript
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

> [!Note]
>
> _"There were lots of holidays and I was bored so I tried creating a Components Library for fun and to try things out. Please bear with me as this is an ongoing work and there's still a lot to do."_
## Technologies Used
- `pnpm`
- React with Vite
- React Aria
- TailwindCSS
- Storybook
## Development Setup
1. Clone the repo.
2. Install the dependencies using `pnpm`
```bash
pnpm i
```
3. Run the Storybook
```bash
pnpm storybook
```
This will build Tailwind and start an instance of Storybook in port [6006](http://localhost:6006/).
## To do
- Either implement Playwright or Chromatic for testing.
- Deploy the package in GitHub Packages.