Skip to content

zsh2401/www.atmb.top

Repository files navigation

秋之盒官网开源

AutumnBox Official Website Open Source

Build&Deploy

https://www.atmb.top

运行环境

node.js >= 12

下载

git clone [email protected]:zsh2401/www.atmb.top.git && cd www.atmb.top

安装依赖

yarn #or npm install

运行调试

yarn dev #or npm run dev

构建静态文件

yarn build #or npm run build

贡献代码

在您对vuepress有一定程度的熟悉时,可以对本仓库提交文档与代码。