Skip to content

Start

At a glance

  • Fastest safe path to run the event-site locally and operate the control plane.
  • Legacy events/*.json workflows are retired.

Do this

  1. Install dependencies and run local checks.
bash
npm install
npm run db:migrate:local
npm run check
  1. Start the event-site locally.
bash
npm run dev
  1. Start the control-plane locally (separate terminal).
bash
npm run dev:control-plane

Decision points

Released under the MIT License.