https://github.com/remoodle/remoodle
ReMoodle Monorepo
https://github.com/remoodle/remoodle
bullmq cloudflare-workers grammy hono hono-rpc pnpm-monorepo typescript vue
Last synced: 6 months ago
JSON representation
ReMoodle Monorepo
- Host: GitHub
- URL: https://github.com/remoodle/remoodle
- Owner: remoodle
- Created: 2024-06-08T07:37:48.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-04-11T12:11:08.000Z (6 months ago)
- Last Synced: 2025-04-14T22:52:29.989Z (6 months ago)
- Topics: bullmq, cloudflare-workers, grammy, hono, hono-rpc, pnpm-monorepo, typescript, vue
- Language: TypeScript
- Homepage: https://remoodle.app
- Size: 28.5 MB
- Stars: 33
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ReMoodle
Enhancing Moodle experience with care
## Development
### Requirements
- Node.js v20 ([install](https://github.com/Schniz/fnm))
- pnpm v9+ ([install](https://pnpm.io/installation))
- Redis ([install](https://redis.io/download))
- MongoDB ([install](https://www.mongodb.com/docs/manual/installation/))## Quick Start
1. Create Telegram Bot
- Message @BotFather on Telegram
- Save the API token2. Setup & Run
```bash
node scripts/setup-env.cjs # Configure env vars
pnpm install # Install dependencies
pnpm run dev # Start everything needed
```