mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
17 lines
580 B
Markdown
Executable File
17 lines
580 B
Markdown
Executable File
# 🚙 ReVanced Bot WebSocket API
|
|
|
|
This documentation explains how the server works, how to start developing, and how to configure the server.
|
|
|
|
# 📖 Table of contents
|
|
|
|
0. [🏗️ Setting up the development environment](./0_development_environment.md)
|
|
1. [⚙️ Configuration](./1_configuration.md)
|
|
2. [🏃🏻♂️ Running the server](./2_running.md)
|
|
3. [📨 Packets](./3_packets.md)
|
|
|
|
## ⏭️ Start here
|
|
|
|
The next page will tell you how to set up the development environment.
|
|
|
|
Continue: [🏗️ Setting up the development environment](./0_development_environment.md)
|