Skip to content

Installation Schnellstart (DE)

Voraussetzungen

  1. Node.js 24.13.1 bis <25
  2. npm 11.10.0 bis <12
  3. Docker Engine >=20.10
  4. Docker Compose v2

Lokaler Schnellablauf

bash
git clone https://github.com/CameronBrooks11/freeboard.git
cd freeboard
nvm use || nvm install
npm install
cp .env.dev .env
npm run dev

Nutzliche Endpunkte

  1. UI: http://127.0.0.1:5173
  2. API: http://127.0.0.1:4001/graphql
  3. Gateway: http://127.0.0.1:8001

Kanonische Referenz

  1. Installation (Englisch)