home-assistant.github.io/README.markdown
Paulus Schoutsen f88682505f Update README
2015-07-14 18:46:29 -07:00

522 B

Home Assistant website

Jekyll project to generate and deploy Home-Assistant.io

Command Action
rake preview Preview site on http://127.0.0.1:4000
rake generate Generate new version of the site
rake deploy Deploy a new version of the site

Setup local environment

You need to have Ruby installed.

git clone --recursive https://github.com/balloob/home-assistant.io.git
cd home-assistant.io
bundle
rake preview