To run:
npm install
npx tsc
node ./dist/index.js
ALternatively, if using bun:
bun index.ts
You can run
bun install
to create anode_modules
file in the cloned repo, but bun doesn't require that
To run:
npm install
npx tsc
node ./dist/index.js
ALternatively, if using bun:
bun index.ts
You can run
bun install
to create anode_modules
file in the cloned repo, but bun doesn't require that