diff --git a/docs/frontend_development.md b/docs/frontend_development.md index 3b87f510..7ddf9629 100644 --- a/docs/frontend_development.md +++ b/docs/frontend_development.md @@ -3,14 +3,12 @@ title: "Frontend development" sidebar_label: "Development" --- -The Home Assistant frontend is built using web components and powered by the [Polymer](https://www.polymer-project.org/) framework. +The Home Assistant frontend is built using web components. For more background about our technology choices, [see this blog post](https://developers.home-assistant.io/blog/2019/05/22/internet-of-things-and-the-modern-web.html). > Do not use development mode in production. Home Assistant uses aggressive caching to improve the mobile experience. This is disabled during development so that you do not have to restart the server in between changes. ## Setting up the environment -> All commands below need to be run from inside the home-assistant-polymer repository. - ### Getting the code First step is to fork the [home-assistant-polymer repository][hass-polymer] and add the upstream remote. You can place the forked repository anywhere on your system.