mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-20 09:06:28 +00:00
Update frontend_development.md
This commit is contained in:
parent
a0ec1616d1
commit
cdea57be3d
@ -3,14 +3,12 @@ title: "Frontend development"
|
|||||||
sidebar_label: "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.
|
> 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
|
## Setting up the environment
|
||||||
|
|
||||||
> All commands below need to be run from inside the home-assistant-polymer repository.
|
|
||||||
|
|
||||||
### Getting the code
|
### 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user