# docker-docs **Repository Path**: plutodoc/docker-docs ## Basic Information - **Project Name**: docker-docs - **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-06-06 - **Last Updated**: 2025-06-06 ## 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 ```