An open API service indexing awesome lists of open source software.

https://github.com/kokoio01/guildmdm

GuildMDM enables you to manage multiple Discord servers as a single network, using policies to automatically enforce rules across all servers.
https://github.com/kokoio01/guildmdm

discord discord-js mdm

Last synced: about 2 months ago
JSON representation

GuildMDM enables you to manage multiple Discord servers as a single network, using policies to automatically enforce rules across all servers.

Awesome Lists containing this project

README

          

# GuildMDM

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

GuildMDM enables you to manage multiple Discord servers as a single network, using policies to automatically enforce rules across all servers.

**Note: This project is still very much in work and is not functional at all**

## Run Locally

Clone the project

```bash
git clone git@github.com:Kokoio01/GuildMDM.git
```

Go to the project directory

```bash
cd GuildMDM
```

Install dependencies

```bash
pnpm install
```

Add enviroment variables

```bash
cp .env.example .env
```

Start the server

```bash
pnpm dev
```

## Roadmap

- Build up basic Framework - Done
- Network Managment
- Policy System
- Implement first policies

---

###### Made by [Kokoio01](https://github.com/Kokoio01)