mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-05 16:57:52 +00:00
16 lines
214 B
Markdown
16 lines
214 B
Markdown
# scripts
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.2.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|