# docs **Repository Path**: unfetteredman/docs ## Basic Information - **Project Name**: docs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docs [![NPM version](https://img.shields.io/npm/v/docs.svg?style=flat)](https://npmjs.org/package/docs) [![NPM downloads](http://img.shields.io/npm/dm/docs.svg?style=flat)](https://npmjs.org/package/docs) A react library developed with dumi ## Usage TODO ## Options TODO ## Development ```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 ``` ## LICENSE MIT