Install bun
First run the following command to check bun is installed or not
bun -v
If you don't have bun installed then run the following command to install bun
curl https://bun.sh/install | bash
Also, please run the following command before bun init
source [path_to_bash_profile]/.bash_profile
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v[5:0]u8@10ba9ac3e. Bun is a fast all-in-one JavaScript runtime.