Skip to content

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

  1. Install dependencies and run local checks.
bash
npm install
npm run db:migrate:local
npm run check
  1. Start the dev server.
bash
make dev

This starts a single local server that serves both event sites (resolved by hostname) and the platform management UI at /platform/*.

Decision points

Released under the MIT License.