diff options
author | polwex <polwex@sortug.com> | 2025-06-28 01:58:17 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-28 01:58:17 +0700 |
commit | 4588f36fa79f40c361dbe95ce7a157eebef45d8a (patch) | |
tree | 4c978bb7ea466ea0b7e548c17ed1bed74888ce0b /js/README.md | |
parent | 06f991b48dba9f83eebf60342ff200606d4cd89d (diff) |
init
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. |