Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Dec 30, 2023
1 parent a70b1df commit 19a20ea
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# WOOM

<div align="center">
<a href="https://discord.gg/mtSpDNwCAz"><img src="https://img.shields.io/badge/-Discord-424549?style=social&logo=discord" height=25></a>
&nbsp;
<a href="https://t.me/binbatlib"><img src="https://img.shields.io/badge/-Telegram-red?style=social&logo=telegram" height=25></a>
&nbsp;
<a href="https://twitter.com/binbatlab"><img src="https://img.shields.io/badge/-Twitter-red?style=social&logo=twitter" height=25></a>
</div>

---

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
Expand All @@ -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 .
```

0 comments on commit 19a20ea

Please sign in to comment.