get rid of sheets frontend, use typescript, use ndjson
Some checks failed
Sheets Deploy Hook / notify (push) Has been cancelled

This commit is contained in:
Soph :3 2025-12-12 02:22:48 +02:00
parent 3fcc874852
commit f5973ba5a0
59 changed files with 757 additions and 7830 deletions

15
README.md Normal file
View file

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