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

https://github.com/anderspitman/fibridge-gui-js


https://github.com/anderspitman/fibridge-gui-js

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

This is the GUI for [fibridge-proxy-rs](https://github.com/anderspitman/fibridge-proxy-rs).

To build, run:

```bash
npm install
npm run build
```

You should then be ready to compile the output files into the proxy binary. See there
for instructions.