A replacement of the Microsoft Health app for Microsoft Band 1/2
Band Center uses .NET MAUI, which is still in the preview stages. Please follow the installation guide in the .NET MAUI documentation, and remember that you need Visual Studio 2022 Preview.
Once you have the development environment set up, you're ready to clone the repo.
git clone https://github.com/MicrosoftBandDev/companion-app.git
cd ./companion-app
In the future, you may also need to run the following:
git submodule init
git submodule update
Once the repo has been downloaded, you can get started by opening the BandCenter solution in VS 2022 Preview.