Skip to Content
Veltix
Installation

Installation

This page covers the installation process for Veltix.

Prerequisites

Before installing Veltix, make sure you have:

  • Node.js 18+ installed
  • pnpm package manager
  • Git for version control

Quick Installation

# Clone the repository git clone https://github.com/veltixapp/veltix.git cd veltix # Install dependencies pnpm install # Start development server pnpm dev

Next Steps

After installation, check out the Configuration guide to set up your environment.

Last updated on