mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
898 B
898 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 build:deps -
Change your directory to this project's root
cd apis/websocket
⏭️ What's next
The next page will tell you about server configurations.
Continue: ⚙️ Configuration