mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-25 20:02:55 +01:00
33 lines
2.5 KiB
Markdown
33 lines
2.5 KiB
Markdown
# 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 |
|
|
|
|
## 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.
|
|
|
|
## Support
|
|
https://discord.gg/ZrnGQP6p3d
|
|
if we are finished we'll host our own instance.
|
|
|
|
## Get started
|
|
|
|
```bash
|
|
>>> git clone https://github.com/discord-open-source/discord-open-source.git
|
|
>>> cd discord-open-source/setup
|
|
>>> setup
|
|
```
|
|
|
|
## Contribute
|