# free-fs-doc **Repository Path**: xddcode/free-fs-doc ## Basic Information - **Project Name**: free-fs-doc - **Description**: vitepress build - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-03 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # free-fs-docs A static site base on [vitepress](https://vitepress.dev/). ## Development ```bash # install dependencies $ npm install # start dev server $ npm run docs:dev # build docs $ npm run docs:build # Locally preview the production build $ npm run docs:preview ```