# webauthndemo **Repository Path**: mirrors_google/webauthndemo ## Basic Information - **Project Name**: webauthndemo - **Description**: An example Node.js Relying Party implementation of the WebAuthn specification - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebAuthnDemo An example TypeScript Relying Party implementation of the [WebAuthn specification](https://w3c.github.io/webauthn/). ## Install Checkout the repository, then install. ```sh $ npm install ``` ## Build Bulid the project. ```sh $ npm run build ``` ## Start a local server Run the Firestore emulator: ```sh $ npm run emulator ``` Run the server: ```sh $ npm run dev ```