Contributions are welcome! Here's how to help:
git clone https://github.com/anneschuth/claude-threads.git
cd claude-threads
bun install
bun run devRequires Bun 1.2.21+.
bun run dev- Watch mode for developmentbun run build- Build for productionbun test- Run testsbun run lint- Check code style
- Fork the repo and create your branch from
main - Make your changes
- Ensure tests pass (
bun test) - Ensure linting passes (
bun run lint) - Submit a pull request
Open an issue with:
- What you expected
- What actually happened
- Steps to reproduce
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.