# Dashboard ## What it does Shows live status and logs in a simple web page. ## How to use 1. Run `npm run dashboard`. 2. Open http://localhost:3000 in your browser. 3. Stop the dashboard with Ctrl+C when finished. ## Example ```bash npm run dashboard ``` --- **[← Back to Documentation](index.md)**