@ -1,2 +1,22 @@
# hangban
```bash
# 下载到本地
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
```
The note is not visible to the blocked user.