Quick Start (Manual)
This guide walks you through setting up ArchVault for local development or contributors who want to run the application without Docker.
Prerequisites
Section titled “Prerequisites”- Node.js 22+
- pnpm 10+
- PostgreSQL 18+
- Clone the repository
- Install dependencies with
pnpm install - Configure environment variables
- Run database migrations with
pnpm db:migrate - Start the dev server with
pnpm dev
Next Steps
Section titled “Next Steps”- Core Concepts — understand the data model
- Contributing — contribute to ArchVault