Skip to content

martinord/debauthn-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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