Files
aliasvault/docs/misc/dev/index.md
Leendert de Borst 39a263d157 Update docs (#641)
2025-03-19 15:34:35 +01:00

25 lines
689 B
Markdown

---
layout: default
title: Development
parent: Miscellaneous
nav_order: 1
---
# Development Guide
Choose your platform to get started with AliasVault development:
## Platform-Specific Dev Guides
- [Linux/MacOS Development Setup](linux-macos-development.md)
- [Windows Development Setup](windows-development.md)
## Common Development Topics
- [Browser extensions](browser-extensions.md)
- [Database operations](database-operations.md)
- [Running GitHub Actions Locally](run-github-actions-locally.md)
- [Upgrading EF Server Model](upgrade-ef-server-model.md)
- [Upgrading EF Client Model](upgrade-ef-client-model.md)
- [Enabling WebAuthn PFR in Chrome](enable-webauthn-pfr-chrome.md)