# Gaia-Server **Repository Path**: nova-group/gaia-server ## Basic Information - **Project Name**: Gaia-Server - **Description**: 微应用管理平台-服务端 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Gaia 微应用管理平台 ## 安装依赖 ```bash $ pnpm install ``` ## 启动项目 ```bash # development $ pnpm start # watch mode $ pnpm start:dev # production mode $ pnpm start:prod ``` ## 测试 ```bash # unit tests $ pnpm test # e2e tests $ pnpm test:e2e # test coverage $ pnpm test:cov ``` ## License Nest is [MIT licensed](LICENSE).