Merging the backend and frontend code of home assistant

Hi,

I have downloaded the zip of home assistant backend and frontend code. Extracted and compiled the setup.py of both of them using the command : sudo python3 setup.py install.

Kindly let me know how to merge both the codes and open the web application with the merged code on my localhost address.

Developer documentation is here.