# architect-study **Repository Path**: bksqmy/architect-study ## Basic Information - **Project Name**: architect-study - **Description**: 系统架构师学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2025-04-26 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 系统架构师学习资料整理 **vitePress官方支持网站:https://vitepress.qzxdp.cn/ ** ## 拉取代码 ```sh $ git clone ``` ## 更新代码 ```sh $ git pull origin master ``` ## 初始化vitePress 项目 zhantie ```shell npm add -D vitepress ``` ## 构建文档 ```sh npm run docs:build ``` ## 预览文档 ```sh npm run docs:preview ``` ## 本地启动 ```shell npm run docs:dev ```