Node.js
⚠️
This is currently a work in progress and using QuantumHub like this is only recommended when developing your own packages.
Prerequisites
- Install Node.js.
- Install Git.
- Configure the Home Assistant MQTT integration.
Clone the repository
git clone https://github.com/sorted-bits/quantumhub-frontend.git
Install dependencies
cd quantumhub-frontend
npm install
Configure the server
cp config.yaml.example config.yaml
Update the configuration file
Edit the configuration file so it matches your setup.
Start the server
npm start
Clone the repository
git clone https://github.com/sorted-bits/quantumhub.git
Install dependencies
cd quantumhub
npm install
Start the server
npm run start
Access the Webinterface
Open your browser and navigate to http://localhost:3001.