VidArch Docs
Start

Installation from source

Install dependencies and run VidArch locally.

git clone https://github.com/lucas-lepajollec/vidarch.git
cd vidarch
npm ci
npm --prefix client ci

Copy the sample configuration:

cp .env.example .env

In PowerShell:

Copy-Item .env.example .env

Start the local environment:

npm run dev

The interface is available at http://127.0.0.1:2499. For explicit access from the local network, use npm run dev:lan after reading LAN Access.