Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 809 Bytes

File metadata and controls

40 lines (28 loc) · 809 Bytes

Contributing

Contributions are welcome! Here's how to help:

Quick Start

git clone https://github.com/anneschuth/claude-threads.git
cd claude-threads
bun install
bun run dev

Development

Requires Bun 1.2.21+.

  • bun run dev - Watch mode for development
  • bun run build - Build for production
  • bun test - Run tests
  • bun run lint - Check code style

Pull Requests

  1. Fork the repo and create your branch from main
  2. Make your changes
  3. Ensure tests pass (bun test)
  4. Ensure linting passes (bun run lint)
  5. Submit a pull request

Reporting Bugs

Open an issue with:

  • What you expected
  • What actually happened
  • Steps to reproduce

License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.