https://github.com/drbarzaga/react-dojo-bot
React Dojo Bot that notifies Discord of repo activity
https://github.com/drbarzaga/react-dojo-bot
learning react react-dojo react-dojo-bot
Last synced: 16 days ago
JSON representation
React Dojo Bot that notifies Discord of repo activity
- Host: GitHub
- URL: https://github.com/drbarzaga/react-dojo-bot
- Owner: drbarzaga
- Created: 2026-05-21T01:21:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-21T02:18:59.000Z (about 1 month ago)
- Last Synced: 2026-05-21T07:56:03.774Z (about 1 month ago)
- Topics: learning, react, react-dojo, react-dojo-bot
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Dojo Bot
React Dojo bot that notifies Discord of repo activity — pushes, pull requests, and issues.
## Stack
- [Bun](https://bun.sh)
- TypeScript
- GitHub Webhooks
- Discord Webhooks
## Development
```bash
bun install
bun dev
```