mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-01-30 12:22:39 +00:00
16 lines
218 B
Markdown
16 lines
218 B
Markdown
# web
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.1.28. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|