# docs **Repository Path**: kernelstudio/docs ## Basic Information - **Project Name**: docs - **Description**: Kernel Studio 平台/框架/手册/文档 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://docs.kernelstudio.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kernel Studio 平台/框架/手册/文档 ## 1. 在线文档 [Kernel Studio Docs](https://docs.kernelstudio.com) ## 2. 开发编译 ```bash # install dependencies $ npm install # develop library by docs demo $ npm start # build library source code $ npm run build # build library source code in watch mode $ npm run build:watch # build docs $ npm run docs:build # Locally preview the production build. $ npm run docs:preview # check your project for potential problems $ npm run doctor # Test $ npm test # Coverage $ npm test:cov # Lint $ npm lint ``` ## LICENSE MIT