Please read this guide.
repo is migrated to bun
how to run:
curl -fsSL https://bun.sh/install | bash
for macOS/linux
-
bun install
-
bun run build
-
bun run start
After making changes, you need to run linter bun run lint
and format the code with bun run fmt