First, install the dependencies:
bun installAfter, copy the .env.template file to .env,
cp .env.template .envand change it! (You can use your text editor of choice, for me its nano)
nano .envAnd finally run it:
bun run index.tsThis project was created using bun init in bun v1.2.13. Bun is a fast all-in-one JavaScript runtime.