Skip to content

passkeydeveloper/tools.passkeys.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools.passkeys.dev

Developer tools for passkeys and WebAuthn

Development

This site is built using Eleventy (11ty).

Requirements

Installation

npm install

Local Development

To run the development server with live reload:

npm run dev

Building for Production

To generate the static site in the public/ directory:

npm run build

Structure

  • src/: Source files (Nunjucks templates, data, and tool logic).
  • src/_includes/: Shared layouts and components.
  • src/_data/: Global site metadata.
  • _site_/: The generated static site (output).

Sitemaps and SEO

Sitemaps are automatically generated during the build process. SEO metadata (Open Graph, Twitter cards, etc.) is managed via the Eleventy data cascade and layouts. Overrides can be set in the Front Matter of individual pages.

About

Developer tools for passkeys and WebAuthn

Resources

License

Stars

Watchers

Forks

Contributors