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.
Run the App Locally
Section titled “Run the App Locally”From the repository root:
deno task dev:noauthThe 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.
Build the Docs Site
Section titled “Build the Docs Site”From the repository root:
deno task docs:buildThe 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.
Where to Go Next
Section titled “Where to Go Next”- Read the application architecture before changing runtime behavior.
- Read the PCD schema structure before changing portable database contracts.
- Read the API reference before adding or consuming
/api/v1endpoints.