Merge pull request #59 from wulkanowy/feature/discordintoreadme.md
Adding an invitation to the discord server
This commit is contained in:
commit
61c4a06bd2
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
🌋 Unofficial browser VULCAN UONET+ client for both students and their parents
|
||||
|
||||
![GitHub Workflow Status](https://github.com/wulkanowy/wulkanowy-web/workflows/Python%20application/badge.svg)
|
||||
[![Discord](https://img.shields.io/discord/390889354199040011.svg?color=#33CD56)](https://discord.gg/vccAQBr)
|
||||
|
||||
## Come to our discord server!
|
||||
[![Discord](https://i.imgur.com/3ljTQWy.png)](https://discord.gg/5qsEujZMdp)
|
||||
|
||||
# Development
|
||||
## 1. Install dependencies.
|
||||
|
@ -35,4 +37,4 @@ docker-compose up -d
|
|||
## Without docker compose
|
||||
```shell
|
||||
docker build -t wulkanowy/web .
|
||||
docker run -d -p 8000:8000 wulkanowy/web
|
||||
docker run -d -p 8000:8000 wulkanowy/web
|
||||
|
|
Loading…
Reference in a new issue