mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore: use alternative ways to bundle
This commit is contained in:
@@ -17,17 +17,24 @@ To start developing, you'll need to set up the development environment first.
|
||||
|
||||
3. Install dependencies
|
||||
|
||||
```sh
|
||||
bun install
|
||||
```
|
||||
```sh
|
||||
bun install
|
||||
```
|
||||
|
||||
4. Build packages/libraries
|
||||
4. Install Git hooks for linting (optional, but recommended)
|
||||
|
||||
```sh
|
||||
bun run build
|
||||
bunx lefthook install
|
||||
```
|
||||
|
||||
5. Change your directory to a project's root
|
||||
5. Build packages/libraries
|
||||
|
||||
```sh
|
||||
bun run build:packages
|
||||
```
|
||||
|
||||
6. Change your directory to a project's root
|
||||
|
||||
```sh
|
||||
# WebSocket API
|
||||
cd apis/websocket
|
||||
|
||||
Reference in New Issue
Block a user