fluent-emoji/README.md

16 lines
221 B
Markdown
Raw Normal View History

2024-05-17 02:17:10 +00:00
# flumoji
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.