This repository contains all you need to contribute to the HACS project.
- Install and configure gh CLI on the host.
 - Fork this repository.
 - Clone the repository locally.
 - Start the devcontainer.
 - Run 
make helpto list all available commands. 
container# make help
Development environment for HACS 
Integration
  make integration-init       Initialize the integration repository
Frontend
  make frontend-init          Initialize the frontend repository
Documentation
  make documentation-init     Initialize the documentation repository
Default
  make default-init           Initialize the default repository
Misc:
  make homeassistant-install  Install the latest dev version of Home Assistant
  make homeassistant-update  Alias for 'homeassistant-install'
  make pull        Pull master from hacs/development
  make clean       Delete all repositories
  make help        Shows help message.