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

https://github.com/dzonatan/monero-lws-admin-ui

A simple & stupid web client for monero-lws-admin cli.
https://github.com/dzonatan/monero-lws-admin-ui

Last synced: about 1 year ago
JSON representation

A simple & stupid web client for monero-lws-admin cli.

Awesome Lists containing this project

README

          

# monero-lws-admin-ui

A simple & stupid web client for `monero-lws-admin` cli.
Made using [Remix](https://remix.run).

## Disclaimer ⚠️

Use locally and at your own risk.

## Instructions

1. Git clone this repo;
2. Install node dependencies using `npm ci`;
3. Build the app using `npm run build`;
4. Make sure `monero-lws-admin` is globally available;
5. Run via `npm start`.