feat: Data and run

This commit is contained in:
OpenVelo Agent
2026-07-22 19:56:31 +00:00
parent 3c146a92f9
commit 74e689f25f
17 changed files with 169 additions and 46 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
echo "[setup] Ensuring /data/hipctf exists..."
mkdir -p /data/hipctf/uploads
echo "[setup] Ensuring ./data/uploads exists..."
mkdir -p ./data/uploads
echo "[setup] Installing root dependencies..."
npm ci --no-audit --no-fund || npm install --no-audit --no-fund
@@ -16,4 +16,4 @@ npm --workspace frontend run build
echo "[setup] Building NestJS backend..."
npm --workspace backend run build
echo "[setup] Done. Start with: npm start"
echo "[setup] Done. Start with: npm start (dev mode: npm run dev)"