Updated: 2021-11
This repository is built and controlled using the Makefile in the root in order to homogenize our dev environments. Run make help
for more information on the available make targets. The source is intended to be built and developed on Ubuntu 20.04 or higher ARM64 systems.
Install docker
, docker-compose
and setup user permissions
sudo apt install docker.io docker-compose
sudo groupadd docker
sudo usermod -aG docker $USER
sudo reboot
Create a .env
file from the sample env file
cp sample.env .env
Build the services for local development. Local source code is mounted to the hwi
container for rapid development:
make dev
Or run the python module directly:
python3 -m hwi
David Sean (CTO) ([email protected])
Christian Sargusingh ([email protected])