# openwallpaper-vault-server **Repository Path**: openkylin/openwallpaper-vault-server ## Basic Information - **Project Name**: openwallpaper-vault-server - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2026-01-13 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenWallpaper Vault - Server OpenWallpaper SIG的在线壁纸库社区平台后端系统 ## 安装步骤 ```bash cd server npm install ``` ## 开发模式运行 ```bash # 启动开发服务器 npm start ``` 后端服务将运行在 `http://localhost:3000` ## 生产模式运行 ```bash # 设置环境变量 export NODE_ENV=production # 启动生产服务器 npm start ``` ## 许可证 AGPL-3.0