Initial commit

This commit is contained in:
2023-08-10 21:32:46 +08:00
commit 4805d39b53
33 changed files with 21675 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 荆棘鸟文学社高三特刊
## 开发
### 依赖环境
- [Node.js v16.20.2](https://nodejs.org/)
### 安装依赖
```shell
npm install
```
### 本地预览
```shell
npm run docs:dev
```
### 构建静态页面
构建完成的网页会保存在 ``src\.vuepress\dist``
```shell
npm run docs:build
```