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.
- Host: GitHub
- URL: https://github.com/dzonatan/monero-lws-admin-ui
- Owner: dzonatan
- Created: 2022-02-07T21:51:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T22:20:03.000Z (over 4 years ago)
- Last Synced: 2025-04-04T11:36:59.098Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 114 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.