# polyos-site **Repository Path**: RSCloud/polyos-site ## Basic Information - **Project Name**: polyos-site - **Description**: fork polyos-site - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-07-18 - **Last Updated**: 2023-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PolyOS 官网 PolyOS 的官网,主要用于发布 PolyOS、分发镜像以及提供源码获取、编译构建、系统启动的相关文档。 ## 项目开发 ### 安装依赖 ```shell npm install ``` ### 同步文档 PolyOS 网站的文档目前分离存储在单独的文档仓库,主要目的是便于直接 fork 后编辑、贡献。 ```shell npm run docs ``` 或者 ```shell npm run docs:checkout npm run docs:sync ``` ### 运行本地开发服务器 ```shell npm run start ``` ### 构建站点 ```shell npm run build ``` 或者 ```shell bin/manager docker build --tag latest ``` ### 启动网站 ```shell npm run server ``` 或者 ```shell docker run -d -p 80:80 polyos/site:latest ``` ### 更新翻译 ```shell npm run write-translations # for Simplified Chinese npm run write-translations -- --locale zh-Hans ``` ## License PolyOS Site licensed under the MIT license.