Taiko node dashboard is aimed to provide quick and digestible insights into your Taiko node.
To run the dashboard, there are 2 recipes posted in the taiko-node-dashboard-docker using docker to either run the dashboard standalone or spin up the dashboard alongside a node.
Development steps
Make sure you have node and npm installed on your system. You can do it by:
brew install node
brew install npm
To use the taiko-node-dashboard you need have installed pnpm.
You can start the application with the following lines:
pnpm install
pnpm start
You'll probably also want to start the systeminformation application with:
cd systeminformation
node server.js