diff options
Diffstat (limited to 'js/README.md')
-rw-r--r-- | js/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/js/README.md b/js/README.md new file mode 100644 index 0000000..874ec57 --- /dev/null +++ b/js/README.md @@ -0,0 +1,15 @@ +# js + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run index.ts +``` + +This project was created using `bun init` in bun v1.2.16. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |