first commit

This commit is contained in:
Soph :3 2025-10-31 15:14:14 +02:00
commit 734b8bd922
7 changed files with 672 additions and 0 deletions

15
README.md Normal file
View file

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