Skip to content

Quick Start (Manual)

This guide walks you through setting up ArchVault for local development or contributors who want to run the application without Docker.

  • Node.js 22+
  • pnpm 10+
  • PostgreSQL 18+
  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Configure environment variables
  4. Run database migrations with pnpm db:migrate
  5. Start the dev server with pnpm dev