mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Getting Started
Cloning the repo
bun create blank ./NAME_HERE
Execute a file (eg. src/index.js)
bun run ./src/index.js
bun create blank ./NAME_HERE
bun run ./src/index.js