# yesdoc_dioxus **Repository Path**: dasheng523/yesdoc_dioxus ## Basic Information - **Project Name**: yesdoc_dioxus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rspress website ## Setup Install the dependencies: ```bash npm install ``` ## Get started Start the dev server: ```bash npm run dev ``` Build the website for production: ```bash npm run build ``` Preview the production build locally: ```bash npm run preview ```