Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.75 KB

README-zh-CN.md

File metadata and controls

66 lines (42 loc) · 1.75 KB

Theme Astro Pure

English | 简体中文

GitHub commit activity GitHub stars GitHub license

一个简单、干净但功能强大的博客主题,由 Astro 构建。

简介 / 部署

欲了解更多信息,请访问 cworld 网站部署说明

本地开发

环境要求:

克隆存储库:

git clone https://github.com/cworld1/theme-astro-pure.git

安装依赖:

cd theme-astro-pure
bun install

启动开发服务器:

bun dev
# 后台任务对 Windows 用户不友好。请改用以下命令:
# bun start

或者构建(您可能需要首先使用 node.js SSR):

bun run build

预览:

bun preview

贡献

为了花更多时间编写代码,减少在空白上纠结的时间,本项目使用代码约定和样式来鼓励一致性。风格一致的代码更容易(且更不容易出错)进行审查、维护和理解。

感谢

许可证

本项目基于 Apache 2.0 许可证。