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 ciCopy the sample configuration:
cp .env.example .envIn PowerShell:
Copy-Item .env.example .envStart the local environment:
npm run devThe 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.