# countryside-admin **Repository Path**: its-wild/countryside-admin ## Basic Information - **Project Name**: countryside-admin - **Description**: countryside 服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # countryside ## Build Setup ```bash # install dependencies $ yarn install # build for production and launch server $ yarn start ``` ### 在 MacOS 或 Linux 中,通过如下命令启动此应用: ```bash $ DEBUG=myapp:* npm start ``` ### 在 Windows 命令行中,使用如下命令: ```bash > set DEBUG=myapp:* & npm start ``` ### 在 Windows 的 PowerShell 中,使用如下命令: ```bash PS> $env:DEBUG='myapp:*'; npm start ```