Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boringdeveloper/boring-ui
https://github.com/boringdeveloper/boring-ui
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boringdeveloper/boring-ui
- Owner: boringdeveloper
- Created: 2024-06-13T14:59:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T16:06:09.000Z (7 months ago)
- Last Synced: 2024-10-31T14:07:34.594Z (2 months 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.