Skip to content

martinord/debauthn-frontend

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