diff --git a/README.md b/README.md index 8e9fc7d..bbc9123 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ # WOOM +
+ +   + +   + +
+ +--- + A painless self-hosted Meeting service, use [Live777](https://github.com/binbat/live777) engine ## Run -Depends: PostgreSQL, Live777 service +Depends: Redis, Live777 service ```bash docker compose up @@ -13,13 +23,12 @@ docker compose up WebApp: ```bash -npm i +npm install npm run dev ``` Server: ```bash -npm run build -go run . -migrate +go run . ```