get rid of sheets frontend, use typescript, use ndjson
Some checks failed
Sheets Deploy Hook / notify (push) Has been cancelled
Some checks failed
Sheets Deploy Hook / notify (push) Has been cancelled
This commit is contained in:
parent
3fcc874852
commit
f5973ba5a0
59 changed files with 757 additions and 7830 deletions
15
README.md
Normal file
15
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue