Torrent tracker for http/https protocol running on cloudflare workers. Developed for research purposes.
** Under development! **
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Add a changelog:
pnpm changeset
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😎