Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 393 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 393 Bytes

WebAuthnDemo

An example TypeScript Relying Party implementation of the WebAuthn specification.

Install

Checkout the repository, then install.

$ npm install

Build

Bulid the project.

$ npm run build

Start a local server

Run the Firestore emulator:

$ npm run emulator

Run the server:

$ npm run dev