mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-29 16:32:32 -05:00
25 lines
689 B
Markdown
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)
|