feat: add frontend project with basic setup

This commit is contained in:
2025-06-04 09:07:21 +09:00
committed by Satsuki Akiba (aider)
parent 31ae637737
commit 25c771b90b
6 changed files with 379 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# podcast-generator
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run
```
This project was created using `bun init` in bun v1.2.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.