mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-03 15:23:30 +08:00
雷池社区官网
使用 Docusaurus 2 开发。包含两部分内容:页面和文档。
- 页面,在 src 目录下,手写 js
- 文档,在 docs 目录下,手写 markdown
开发
# 开发
npm start
# 支持 搜索功能的预览
npm run serve -- --build --host 0.0.0.0
部署
docker build -t website .