# Contributing to HyperUI Thanks for helping improve HyperUI. ## Before you start Please open an issue first before starting work. ## Run the site locally ```bash 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](https://www.hyperui.dev/blog/how-to-contribute)