hansbickhofe / zigbee2mqtt.io

πŸ“˜ Zigbee2mqtt documentation

Home Page:https://www.zigbee2mqtt.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zigbee2mqtt.io

This repository contains the Zigbee2mqtt documentation.

Running locally

To run locally, execute the following commands:

# Checkout the repository
git clone https://github.com/Koenkk/zigbee2mqtt.io.git
cd zigbee2mqtt.io/docs

# Make sure that you have atleast Ruby 2.1.0 installed, if this fails, install atleast Ruby 2.1.0
ruby --version

# Install bundler
sudo gem install bundler

# Install dependencies
bundle install

# Start local server
bundle exec jekyll serve

You can now find the local instance under: http://127.0.0.1:4000

About

πŸ“˜ Zigbee2mqtt documentation

https://www.zigbee2mqtt.io

License:GNU General Public License v3.0


Languages

Language:JavaScript 80.3%Language:Ruby 19.7%