CoompanionApp/README.md
2026-02-03 13:48:56 +01:00

333 B

créditmabligopapp

To install dependencies:

bun install

To run:

bun run index.ts

Hot reload during development:

bun --hot ./index.ts

Run tests:

bun test

This project was created using bun init in bun v1.3.8. Bun is a fast all-in-one JavaScript runtime.