To get started, login to GitHub and clone bun's GitHub repo into /build/bun
gh auth login # if it fails to open a browser, use Personal Access Token instead
gh repo clone oven-sh/bun . -- --depth=1 --progress -j8
make devcontainer
make dev
bun-debug help