# R-space **Repository Path**: snk986/r-space ## Basic Information - **Project Name**: R-space - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-21 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rspace-stream-studio Rspace Stream Studio ## Project Setup ### Install ```bash $ npm install ``` ### Development ```bash $ npm run dev ``` ### Build ```bash # For windows 需要管理员权限 $ npm run build:win # For macOS $ npm run build:mac # For Linux $ npm run build:linux ```