ha-frontend/README.md

30 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2020-03-02 13:40:45 +01:00
# Home Assistant Frontend
2015-07-13 07:38:54 +02:00
This is the repository for the official [Home Assistant](https://home-assistant.io) frontend.
2015-07-13 07:38:54 +02:00
2022-02-23 15:24:00 +01:00
[![Screenshot of the frontend](https://raw.githubusercontent.com/home-assistant/frontend/master/docs/screenshot.png)](https://demo.home-assistant.io/)
2015-07-13 07:38:54 +02:00
2019-11-21 15:05:42 +01:00
- [View demo of Home Assistant](https://demo.home-assistant.io/)
2018-05-18 19:21:59 +02:00
- [More information about Home Assistant](https://home-assistant.io)
- [Frontend development instructions](https://developers.home-assistant.io/docs/frontend/development/)
2015-07-13 07:54:50 +02:00
2018-07-19 21:12:59 +02:00
## Development
- Initial setup: `script/setup`
- Development: [Instructions](https://developers.home-assistant.io/docs/frontend/development/)
2018-07-19 21:12:59 +02:00
- Production build: `script/build_frontend`
- Gallery: `cd gallery && script/develop_gallery`
2020-12-15 09:49:26 +01:00
- Supervisor: [Instructions](https://developers.home-assistant.io/docs/supervisor/developing)
2018-07-19 21:12:59 +02:00
## Frontend development
### Classic environment
A complete guide can be found at the following [link](https://www.home-assistant.io/developers/frontend/). It describes a short guide for the build of project.
2015-07-13 07:38:54 +02:00
## License
2018-07-19 21:12:59 +02:00
Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.
2019-11-21 15:05:42 +01:00
2020-10-20 15:09:27 +02:00
We use [BrowserStack](https://www.browserstack.com) to test Home Assistant on a large variety of devices.