@@ -0,0 +1,31 @@
+# crmeb 多商户版
+
+## 开发环境
+- mac 10.15
+- php 7.2.22
+- mysql 5.7.27
+- swoole 4.4.8
+- redis 5.0.5
+## 项目依赖
+- thinkphp
+- think-swoole
+- overtrue/wechat
+- xaboy/form-builder
+## 运行
+开启
+```sh
+php think swoole
+```
+重启
+php think swoole restart
+关闭
+php think swoole stop