You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone repository
git clone https://github.com/danielmiessler/Substrate.git
cd Substrate
# Install Bun (if needed)
curl -fsSL https://bun.sh/install | bash
# Install dependencies
bun install
Browse Data
# List core datasets
ls Data/
# List wellbeing data sources
ls Data-Sources/
# View a specific dataset
cat Data/US-GDP/us-gdp-annual.csv | head -20
# Open in spreadsheet app (macOS)
open Data/US-GDP/us-gdp-annual.csv
Update Data
Single Dataset
cd Data/US-GDP
bun run update.ts
Wellbeing Sources (Require API Keys)
# Set API key firstexport FRED_API_KEY="your_key"# Then run updatecd Data-Sources/DS-00004—FRED_Economic_Wellbeing
bun run update.ts