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

37 lines
2.9 KiB
Markdown
Raw Normal View History

2021-02-09 09:46:40 +01:00
# Fosscord
2021-01-27 19:50:26 +01:00
## Brief overview
| Repo name | Brief description |
| :-------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- |
2021-02-09 09:49:32 +01:00
| [CSS](https://github.com/fosscord/fosscord-css) | Open Source CSS framework in the style of Discord. |
| [API](https://github.com/fosscord/fosscord-API) | Fosscord HTTP API Server for fosscord-client |
| [Gateway](https://github.com/fosscord/fosscord-gateway) | Fosscord WebSocket Gateway Server for fosscord-client |
2021-02-09 19:57:35 +01:00
| [Voice/Video](https://github.com/fosscord/fosscord-voice) | Fosscord voice and video server
2021-02-09 09:49:32 +01:00
| [Server-Util](https://github.com/fosscord/fosscord-server-util) | Utility functions for the all server repositories
| [Dashboard](https://github.com/fosscord/fosscord-dashboard) | An admin dashboard for fosscord-server (analytics, settings) |
| [Client](https://github.com/fosscord/fosscord-client) | Fosscord Client compatible with fosscord-server and discord.com |
| [CDN](https://github.com/fosscord/fosscord-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/fosscord/fosscord-react) | All fosscord-css components for React |
| [React-Native](https://github.com/fosscord/fosscord-react-native) | All fosscord-css components for React-Native |
2021-01-27 19:50:26 +01:00
2021-02-09 11:17:56 +01:00
## [Wiki](https://github.com/fosscord/fosscord/wiki)
2021-02-06 14:56:38 +01:00
2021-02-02 22:15:34 +01:00
## Support
https://discord.gg/ZrnGQP6p3d
2021-02-09 11:17:56 +01:00
if we are finished we'll host our own support server.
2021-02-02 14:12:03 +01:00
2021-01-27 19:50:26 +01:00
## Get started
```bash
2021-02-09 18:26:54 +01:00
git clone https://github.com/fosscord/fosscord.git fosscord
cd fosscord/setup
setup
2021-01-27 19:50:26 +01:00
```
## Contribute
2021-02-06 14:56:38 +01:00
This project is only possible by volunteers like you and me, your contribution is very much appreciated 🥺.
2021-02-09 18:26:54 +01:00
If you want to make this project reality and and you would like to contribute then [read this issue](https://github.com/fosscord/fosscord/issues/10) first.