Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/medienhaus/medienhaus-context-moderation-frontend


https://github.com/medienhaus/medienhaus-context-moderation-frontend

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

### medienhaus/

Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.

[Website](https://medienhaus.dev/) — [Fediverse](https://chaos.social/@medienhaus)


# medienhaus-context-moderation-frontend

A simple web application for matrix space/room moderators to accept or deny knock requests.

This frontend was developed in addition to an [email notification backend](https://github.com/medienhaus/medienhaus-context-moderation-backend).

## Configuration

Rename `.env.example` to `.env` and edit es needed.

## Install

```shell
npm install
```

## Run

```shell
npm run dev
```

## Build

```shell
npm run build
# outputs static files to ./dist
```