axd
v0.0.0-beta.0
Published
Actyx Diagnostics
Downloads
10
Readme
Actyx Diagnostics
A tool to diagnose issues with your ActyxOS nodes.
Prerequistes
You need to have Node running on your machine.
Usage
Start the diagnostics server:
$ npx axd
Open the AXD UI at http://localhost:1234/
If you want to enable debug logs, start the server as follows:
- Windows:
$env:DEBUG = 'axd*'; npx axd
- Linux / macOS:
DEBUG=axd* npx axd