Thanks for helping improve HyperUI.
Please open an issue first before starting work.
git clone git@github.com:markmead/hyperui.git
pnpm install
pnpm dev
pnpm run css:component --watchTo preview the blog styles, execute: pnpm run css:blog.
- Open an issue.
- Create a branch.
- Make your change.
- Open a PR for review.
- Use sentence case for the description part.
- Keep descriptions concise and specific.
- Pull request titles must use:
<Feature|Bugfix|Update|Epic> - Description - Examples:
Feature - Add new card variantsBugfix - Resolve search input focus stateUpdate - Improve footer component docsEpic - Refactor component preview architecture
For full examples and guidance, read: How to contribute