MicrosoftBandDev / companion-app

A replacement companion app for Microsoft Band 1/2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Band Center (companion-app)

A replacement of the Microsoft Health app for Microsoft Band 1/2

Building the project

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.

About

A replacement companion app for Microsoft Band 1/2

License:GNU General Public License v3.0


Languages

Language:C# 99.7%Language:JavaScript 0.3%