Added Svelte in a Nix devshell

This commit is contained in:
2026-05-07 22:16:26 +02:00
parent 5c57b56fa5
commit a335736ccf
19 changed files with 773 additions and 0 deletions
+17
View File
@@ -13,3 +13,20 @@
> [37100Lab](http://37100lab.it:8101/) in CSV
✨ Vibe codato al 100% con Claude — perché la vita è troppo breve.
## Avvio
```sh
git clone https://git.nicolabelluti.me/nicolabelluti/download-dati-centraline.git
cd download-dati-centraline
nix develop --command $SHELL
bun install
bun run dev
```
## Build
```sh
bun run build
bun run preview
```