# blog **Repository Path**: code_jw/blog ## Basic Information - **Project Name**: blog - **Description**: 通过dumi搭建的个人学习博客,用来总结后端,前端,运维面试题等等内容 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-04-21 - **Last Updated**: 2024-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dumi app ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build site app, ```bash $ npm run build ```