# XCBlog **Repository Path**: hao_guo_dong/blog ## Basic Information - **Project Name**: XCBlog - **Description**: 我的博客网站,全站开源。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://xiong-chun.gitee.io/blog - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-01 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Install ``` $ npm install ``` This command will install node_modules to the project. ### Local Development ``` $ npm 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 & Deploy ``` $ npm run build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service.