Start
At a glance
- Fastest safe path to run the event-site locally and operate the control plane.
- Legacy
events/*.jsonworkflows are retired.
Do this
- Install dependencies and run local checks.
bash
npm install
npm run db:migrate:local
npm run check- Start the event-site locally.
bash
npm run dev- Start the control-plane locally (separate terminal).
bash
npm run dev:control-planeDecision points
- Need production deployment setup: continue to Launch.
- Migrating the one legacy event: use Legacy Migration Reference.