1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-08 19:52:36 +01:00
spacebarchat/README.md

36 lines
3.0 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. |
2021-02-03 18:59:50 +01:00
| [API](https://github.com/discord-open-source/discord-API) | Discord API server for discord-client |
| [Gateway](https://github.com/discord-open-source/discord-gateway) | Discord Gateway for discord-client |
2021-02-04 20:34:34 +01:00
| [Server-Util](https://github.com/discord-open-source/discord-server-util) | Utility functions for the all server repositories
2021-01-27 19:50:26 +01:00
| [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 discord-open-source
cd discord-open-source/setup
setup
2021-01-27 19:50:26 +01:00
```
## Contribute
2021-02-03 19:15:30 +01:00
First of all, [read this issue](https://github.com/discord-open-source/discord-open-source/issues/10)