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)
- Host: GitHub
- URL: https://github.com/matrix-org/fed-tester-ui
- Owner: matrix-org
- License: agpl-3.0
- Created: 2019-02-07T22:06:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T22:39:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T13:36:12.633Z (over 1 year ago)
- Language: JavaScript
- Size: 4.45 MB
- Stars: 41
- Watchers: 19
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
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