Setup Guide
Follow these steps to get Linx Photos running locally and connected to your infrastructure.
Prerequisites
-
Node.js (Latest LTS)
-
pnpm
-
A Turso (libSQL) database instance
-
API keys for cloud providers (Google, Microsoft, Apple)
Installation
-
Clone the repository and navigate into the folder.
-
Install dependencies:
pnpm install -
Create a
.envfile based on.env.example:cp .env.example .env -
Populate your environment variables, including
DATABASE_URL,DATABASE_AUTH_TOKEN, and your OAuth client secrets.