1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-12 13:42:46 +01:00
spacebarchat/README.md

33 lines
2.5 KiB
Markdown
Raw Normal View History

2021-01-27 19:50:26 +01:00
# discord-open-source
## Brief overview
| Repo name | Brief description |
| :-------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- |
| [CSS](https://github.com/discord-open-source/discord-css) | Unofficial css framework in the style of Discord. |
| [Server](https://github.com/discord-open-source/discord-server) | Discord-server for discord-client |
| [Dashboard](https://github.com/discord-open-source/discord-dashboard) | An admin dashboard for discord-server |
| [Client](https://github.com/discord-open-source/discord-client) | Discord Client for discord-server |
| [CDN](https://github.com/discord-open-source/discord-cdn) | [Content-delivery-network](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) for the server, used to store images and assets |
| [React](https://github.com/discord-open-source/discord-react) | All discord-css components for React |
| [React-Native](https://github.com/discord-open-source/discord-react-native) | All discord-css components for React-Native |
2021-02-02 14:12:03 +01:00
## Motivation
Discord Open Source aims to be a full one-on-one clone of Discord, adding more features that can be used as a replacement for the official client and still connect and host private Discord server instances.
Discord Open Source aims to give the best possible user experience, while combining Discord's UI, features and adding new ones/improving old ones.
2021-02-02 22:15:34 +01:00
## Support
https://discord.gg/ZrnGQP6p3d
if we are finished we'll host our own instance.
2021-02-02 14:12:03 +01:00
2021-01-27 19:50:26 +01:00
## Get started
```bash
>>> git clone https://github.com/discord-open-source/discord-open-source.git
>>> cd discord-open-source/setup
>>> setup
```
## Contribute