feat: initial commit

This commit is contained in:
Lucàs
2026-07-01 08:15:20 +02:00
commit 2408473415
20 changed files with 2132 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# fico
To run cli:
```bash
bun run cli encode test.html
```
To run server:
```bash
bun run serve dist
```