# ModStart_Doc **Repository Path**: modstart/ModStart_Doc ## Basic Information - **Project Name**: ModStart_Doc - **Description**: ModStart开发者文档 https://modstart.com/doc - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://modstart.com/doc - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2022-01-07 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: ModStart, ModStartCMS ## README # ModStart开发者文档 ModStart 开发者文档是 [https://modstart.com/doc/](https://modstart.com/doc/) 源码仓库。 我们会定期(大约1周1次)同步发布到官方文档中心。 ## 开发贡献 **安装nodejs** 版本要求:`>=14` **初始化** ``` npm install -g vuepress ``` **开发** ``` npm run dev ```