Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medienhaus/medienhaus-context-moderation-frontend
https://github.com/medienhaus/medienhaus-context-moderation-frontend
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/medienhaus/medienhaus-context-moderation-frontend
- Owner: medienhaus
- License: agpl-3.0
- Created: 2024-05-29T13:21:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T12:33:53.000Z (6 months ago)
- Last Synced: 2024-06-26T15:35:27.567Z (6 months ago)
- Language: CSS
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```