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

https://github.com/matrix-org/fed-tester-ui

UI for the matrix federation tester (forked from https://git.lain.haus/f0x/fed-tester)
https://github.com/matrix-org/fed-tester-ui

Last synced: about 1 year ago
JSON representation

UI for the matrix federation tester (forked from https://git.lain.haus/f0x/fed-tester)

Awesome Lists containing this project

README

          

# Matrix Federation Tester
Donate using Liberapay

This is a frontend for [matrix-federation-tester](https://github.com/matrix-org/matrix-federation-tester). A hosted instance is available [here](https://matrix.org/federationtester/).

To get this running for yourself:
* install `nodejs, (p)npm, gulp`, and run `npm install`
* Change `apiUrl` in `app.js` to your own instance of [matrix-federation-tester](https://github.com/matrix-org/matrix-federation-tester)
* run `gulp build`
* if everything works, you should have a compiled build in the `build/` directory

## Code of Conduct & License
Like with all of my projects, keep the Rust code of conduct in mind. (included as CODE_OF_CONDUCT.md)
This project is released AGPL-3.0