Skip to content

Latest commit

 

History

History
executable file
·
32 lines (26 loc) · 695 Bytes

README.md

File metadata and controls

executable file
·
32 lines (26 loc) · 695 Bytes

debauthn

A WebAuthn Authenticator Debugging Tool

About

This project uses the backend schema developed in debauthn-backend. In order the tool, build for production and copy the dist/* files into the backend static public files.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint