An example TypeScript Relying Party implementation of the WebAuthn specification.
Checkout the repository, then install.
$ npm install
Bulid the project.
$ npm run build
Run the Firestore emulator:
$ npm run emulator
Run the server:
$ npm run dev