Installation Schnellstart (DE)
Voraussetzungen
- Node.js
24.13.1bis<25 - npm
11.10.0bis<12 - Docker Engine
>=20.10 - 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 devNutzliche Endpunkte
- UI:
http://127.0.0.1:5173 - API:
http://127.0.0.1:4001/graphql - Gateway:
http://127.0.0.1:8001