From ec54036f1e3d882399a8404a1667edf6040ea9e1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 19 Jul 2018 21:12:59 +0200 Subject: [PATCH] Tweak readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4bbbd57199..593b5f70b1 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,14 @@ This is the repository for the official [Home Assistant](https://home-assistant. - [More information about Home Assistant](https://home-assistant.io) - [Frontend development instructions](https://developers.home-assistant.io/docs/en/frontend_index.html) +## Development + +- Initial setup: `script/setup` +- Development: [Instructions](https://developers.home-assistant.io/docs/en/frontend_development.html) +- Production build: `script/build_frontend` +- Gallery: `cd gallery && script/develop_gallery` +- Hass.io: [Instructions](https://developers.home-assistant.io/docs/en/hassio_hass.html) + ## License + Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.