home-assistant / developers.home-assistant

Developers website for Home Assistant.

Home Page:https://developers.home-assistant.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend development page should mention the develop_gallery step

karwosts opened this issue · comments

On the main frontend github landing page, at the bottom it mentions a build step needed to build the gallery.

  • Gallery: cd gallery && script/develop_gallery

However on the longer introductory page for how to setup a frontend development environment ( https://developers.home-assistant.io/docs/frontend/development/ ), this step isn't mentioned. This causes lint errors and complaints of missing files if you proceed without it.

Would be nice to add a description of what this step does to the development setup page, and let new developers be aware that they need to do it, if they miss it on the other page ( https://github.com/home-assistant/frontend/ )