Go to file
2024-12-07 07:35:24 +08:00
.gitignore 合并所有历史提交为一个提交 2024-12-07 06:09:45 +08:00
index.html 合并 2024-12-07 07:35:24 +08:00
LICENSE Initial commit 2024-12-06 20:53:25 +08:00
package.json 简并绘制 2024-12-07 06:53:37 +08:00
README.md 文档 2024-12-07 07:07:11 +08:00
server.js 简并绘制 2024-12-07 06:53:37 +08:00

hangban

# 下载到本地
git clone git@git.satori.love:satori/hangban.git
cd hangban

# 安装依赖包
npm i

# 开发环境运行
npm run dev

# 编译为生产文件
npm run build

# 生产环境运行
npm run start

# 使用守护进程运行
pm2 start npm -- run start