Skip to content

Latest commit

 

History

History
 
 

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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