--- layout: '@/layouts/Doc.astro' title: Contributing --- If you are interested in contributing, please ensure that you have read the [Style Guide](/webtui/contributing/style-guide) If you need help on something, join the [Discord Server](https://discord.gg/yUS6T8YnfT) ## Local Development Ensure [Bun](https://bun.sh/) is installed 1. Clone the repository ```bash git clone https://github.com/webtui/webtui ``` 2. Install dependencies ```bash bun i ``` 3. Start the dev server ```bash bun run dev ``` ## Issues Bug reports, feature requests, and improvements are all welcome as issues. If you need help, join the [Discord Server](https://discord.gg/yUS6T8YnfT) ## Pull Requests Ensure that there is a relevant issue before you open a Pull Request. If there isn't, open one Link the relevant issue in your Pull Request with `Fixes #issue-number` or `Closes #issue-number` Ensure that the code in your Pull Request abides by the [Style Guide](/webtui/contributing/style-guide)