mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +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