Files
bun.sh/.devcontainer
Dylan Conway 3f04f8d0a6 Upgrade Zig (#2151)
* fixup

* Upgrade Zig

* Remove bad assertion

* strings

* bump

* mode -> optimize

* optimize

* Linux build

* Update bindgen.zig
2023-02-23 23:57:19 -08:00
..
2023-02-23 23:57:19 -08:00
2021-12-27 18:54:38 -08:00

Bun's Dev Container

To get started, login to GitHub and clone bun's GitHub repo into /build/bun

First time setup

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

Compile bun dependencies (zig is already compiled)

make devcontainer

Build bun for development

make dev

Run bun

bun-debug help