Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 479 Bytes

File metadata and controls

25 lines (17 loc) · 479 Bytes

Contributing to HyperUI

Thanks for helping improve HyperUI.

Before you start

Please open an issue first before starting work.

Run the site locally

git clone git@github.com:markmead/hyperui.git
pnpm install
pnpm dev
pnpm run css --watch

Submit a contribution

  1. Open an issue.
  2. Create a branch.
  3. Make your change.
  4. Open a PR for review.

For full examples and guidance, read: How to contribute