https://github.com/yeonv/rpi-webcontrol
https://github.com/yeonv/rpi-webcontrol
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeonv/rpi-webcontrol
- Owner: YeonV
- Created: 2023-08-01T13:58:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T14:00:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T07:28:08.387Z (5 months ago)
- Language: HTML
- Size: 644 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPi Webcontrol
### How to
Make sure you have node installed. (use nvm to install node. I used node20)
```sh
git clone https://github.com/YeonV/LedFx-Frontend-v2/RPi-Webcontrol
cd RPi-Webcontrol
npm ci
node index.js
```Access `http://your-ip:8881` (http://localhost:8881)
You can adjust settings in config.json
