Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 593 Bytes

passkeys.dev

Development

The following dependencies are required to work on 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

Then run hugo server to start the dev server!

The site will be available locally at http://localhost:1313.