Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 731 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 731 Bytes

Contributing

Repo Details

The repo is loosely based on https://github.com/custom-components/integration_blueprint, which enables interactive debugging and instantanious testing for thie custom component.

Installation

virtualenv

Basic python development dependencies.

python3 -m pip install virtualenv
tools/setup_virtualenv.sh

vscode devcontainers

Fully fleshed out dev environment based on remote containers and Visual Studio Code.

  1. Launch Visual Studio Code.
  2. Install Remote Containers
  3. Open the folder containing the HA Strava Code Git repo.
  4. When prompted, re-open in the "remote container."