Run, build, and manage scripts with Bun.
Run index.ts
file.
bun dev
Build and minify index.ts
file.
bun make
Run the built dist/index.js
file.
bun start
Save the index.ts
file in the store/
directory. It will append the date (yyyy-mm-dd) and optionally you can provide
a title to name the file.
bun store [title]
Replace index.ts
with the default kit.
bun reset