Scripts & Seeding
npm scripts, seed data, and legacy migrations.
Utility scripts in scripts/ help seed demo data and migrate legacy content.
Development
| Script | Command |
|---|---|
| Dev server (port 3010) | |
| Typecheck | |
| Full validate | |
| Lint |
Seed scripts
bash
npm run seed:presentation-demo
npm run seed:healthy-cart-canadaSeeds require SUPABASE_SERVICE_ROLE_KEY in .env.local.
Data migration
bash
npm run migrate:blenzMigrates legacy Blenz review-board data into hub tables.