mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
930 B
930 B
🏗️ Setting up the development environment
Important
This project uses Bun to run and bundle the code.
Compatibility with other runtimes (Node.js, Deno, ...) are not guaranteed and most package scripts won't work.
To start developing, you'll need to set up the development environment first.
-
Install Bun
-
Clone the mono-repository
git clone https://github.com/revanced/revanced-helper.git && cd revanced-helper -
Install dependencies
bun install -
Build packages/libraries
bun run build -
Change your directory to a project's root
# WebSocket API cd apis/websocket # Discord bot cd bots/discord # Programmatic API cd packages/api # Etc.
⏭️ What's next
You'll need to go to the respective project's documentation to continue.