1 2 3 4 5 6 7 8 9 10 11 12 13
## Getting Started ### Cloning the repo ```sh bun create blank ./NAME_HERE ``` ### Execute a file (eg. src/index.js) ```sh bun run ./src/index.js ```