Pocket ID is a simple OIDC provider that allows users to authenticate with their passkeys to your services.
This website is built with SvelteKit and MDSX.
- Install the dependencies:
pnpm install
- Start the development server:
pnpm dev
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
The markdown files are located in the docs
folder. The Sidebar is configured via src/lib/config/docs.ts
, and the Markdown Metadata Content is configured via src/lib/config/content.ts
.