- 初始化Docusaurus 3.9.2项目基础架构 - 添加React 19.0.0和完整依赖配置 - 创建项目规划文档 (PROJECT_PLAN.md) - 创建详细设计文档 (DETAILED_DESIGN.md) - 创建CLAUDE.md指导文档 - 保留原始Docusaurus模板内容 - 配置博客和文档系统 - 添加自定义组件和样式 技术栈: - Docusaurus 3.9.2 - React 19.0.0 - MDX支持 - 响应式设计 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
774 B
774 B
Website
This website is built using Docusaurus, a modern static website generator.
Installation
yarn
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true yarn deploy
Not using SSH:
GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.