# PiDashboard.js **Repository Path**: Mitscherlich/PiDashboard.js ## Basic Information - **Project Name**: PiDashboard.js - **Description**: 🎛 Yet another node.js rpi dashboard - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-04 - **Last Updated**: 2022-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #
PiDashboard.js

## Preview ![Preview](docs/images/preview.png) ## Installation Simplest way to install is by cloning whole repository: ```sh $ cd /path/to/workspace $ git clone https://github.com/Mitscherlich/PiDashboard.js.git $ cd PiDashboard.js && npm install # yarn will also be ok ``` > npm package will be available after exhaustive testing ## Usage Quickest way to start is using the command defined in `package.json`: ```sh $ npm run dev # yarn will also be ok # Go and visit http://127.0.0.1:3000 in your browser ``` ## License [MIT](LICENSE)