# nas-drive **Repository Path**: gwjgg/nas-drive ## Basic Information - **Project Name**: nas-drive - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAS Drive (Node + Vue3) Quick start (NAS machine): 1) Set storage root (example): - Windows PowerShell: $env:NAS_ROOT = "D:\\nas-data" - Linux/macOS: export NAS_ROOT=/mnt/nas-data 2) Install dependencies: npm install npm --prefix web install 3) Build web UI: npm run build 4) Start server: npm start Dev mode (optional): - npm run dev Notes: - Server listens on PORT (default 3000). - UI is served from /web/dist in production. ![截图] (/images/logo.png)