Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 617 Bytes

File metadata and controls

19 lines (11 loc) · 617 Bytes

tools.passkeys.dev

Developer tools for passkeys and WebAuthn

Development

This site just uses raw HTML and JS, no SSG or build tools. However, things like a sitemap need to get generated.

The following dependencies are required to work on tools.passkeys.dev locally:

Once these are installed, enable pre-commit linting:

  1. In the project folder, run git config core.hooksPath .git-hooks
  2. Make the hook executable: chmod a+x .git-hooks/pre-commit

When you try to commit, the hook will check for staged HTML files and regenerate the sitemap if found.