# 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 | ## Get started ```bash >>> git clone https://github.com/discord-open-source/discord-open-source.git >>> cd discord-open-source/setup >>> setup ``` ## Contribute