# arthas-site **Repository Path**: alibaba/arthas-site ## Basic Information - **Project Name**: arthas-site - **Description**: The site of arthas: https://github.com/alibaba/arthas - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-31 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 打包说明 参考 `.github/workflows/CI.yml`。 目前使用 nodejs 8.0/10.0 版本可以成功打包,多版本nodejs可以用`nvm`来切换。 执行: ``` npm install npm start ```