vid support

This commit is contained in:
Patryk Koreń
2026-07-13 22:41:24 +02:00
parent fa9e3b5ce7
commit 6f66824571
11 changed files with 307 additions and 35 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# papryk-web
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.9. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.