fix: hardcode PGPASSWORD default so loaders work without local .env

This commit is contained in:
Kerboul
2026-04-07 09:33:25 +02:00
parent c390caf2e2
commit 838665001e
24 changed files with 5497 additions and 125 deletions

15
hello-framework/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Spotify Analytics <20> Observable Framework
Visualization dashboard built with [Observable Framework](https://observablehq.com/framework/) exploring a Spotify dataset (genres, languages, release years).
**Live demo:** https://arussac-perso.github.io/observable_spotify/history-of-music
## Pages
- **Spotify Analytics** <20> bar charts and stacked area by genre/language with dual-range year filter.
- **History of Music** <20> stacked area chart + donut chart showing genre evolution over time, filterable by language, period, and genre.
## Run locally
```
npm install
npm run dev # ? http://localhost:3000
```