1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +00:00

chore: Add ability to comment on Prs to simplify checking cards (#729)

This commit is contained in:
2025-05-03 23:33:15 +02:00
committed by GitHub
parent b26236e78c
commit 1eb4c677a7
8 changed files with 610 additions and 6 deletions

15
.github/scripts/README.md vendored Normal file
View File

@@ -0,0 +1,15 @@
# 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.