mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
A workaround for <https://github.com/cli/cli/issues/6175>. This commit references <https://github.com/devcontainers/features/pull/133>.
Bun's Dev Container
To get started, login to GitHub and clone bun's GitHub repo into /workspaces/bun
First time setup
gh repo clone oven-sh/bun . -- --depth=1 --progress -j8
Compile bun dependencies (zig is already compiled)
make devcontainer
Build bun for development
make dev
Run bun
bun-debug help