Contributing
If you are interested in contributing, please ensure that you have read the Style Guide
If you need help on something, join chat.ironclad.sh and ask in the #webtui channel
Local Development
Ensure Bun is installed
- Clone the repository
git clone https://github.com/webtui/webtui - Install dependencies
bun i - Start the dev server
bun run dev
Issues
Bug reports, feature requests, and improvements are all welcome as issues.
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