Skip to content

Getting Started

Praxrr v2 is under active development. Use this page as the entry point for local development and early setup flows while fuller user guides are written in follow-up documentation issues.

From the repository root:

Terminal window
deno task dev:noauth

The development server starts the SvelteKit app on port 6969 with authentication disabled. Use deno task dev when you also want the parser service started by the development launcher.

From the repository root:

Terminal window
deno task docs:build

The docs build imports available schema and database mirror documentation, renders Starlight pages, generates the OpenAPI reference, and emits the static site to docs/site/dist.