This repository offers a sample code illustrating the implementation of passkeys using the WebAuthn protocol
After pulling down the code, set up dependencies:
npm install
npm run build-ui
npm start
The web app will then be accessible at http://localhost:3000