Start
At a glance
- Fastest safe path to run the unified app locally (event sites + platform management).
- A single SvelteKit worker serves all events and the platform UI at
/platform/*.
Do this
- Install dependencies and run local checks.
bash
npm install
npm run db:migrate:local
npm run check- Start the dev server.
bash
make devThis starts a single local server that serves both event sites (resolved by hostname) and the platform management UI at /platform/*.
Decision points
- Need production deployment setup: continue to Launch.
- Migrating the one legacy event: use Legacy Migration Reference.