-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
What is this project: Zepp app made for Amazfit Balances intended to track the user's heart and sleep data and log it onto Google Drive as well as providing an emergency relief operation if it detects a dangerous health trend (such as high heartrate). | ||
What is this project: Zepp app made for Amazfit Balances intended to track the user's heart and sleep data and log it onto Google Drive as well as providing an emergency relief operation if it detects a dangerous health trend (such as high heart rate). | ||
|
||
How to run this project on the simulator: | ||
1. Install the simulator here: https://docs.zepp.com/docs/guides/tools/simulator/download/ and then open when it is finished installing | ||
2. Select the Amazfit Balance V2.0.0 to be the model of the simulator and click "Emulator". This should open a window to a basic analog clock | ||
3. In this file, navigate to the "app" directory on your CLI and type "zeus dev". This app is intended for the Amazfit Balance | ||
|
||
1. Install the simulator [here](https://docs.zepp.com/docs/guides/tools/simulator/download/) and then open when it is finished installing | ||
2. Select the Amazfit Balance V2.0.0 to be the model of the simulator and click "Emulator". This should open a window to a basic analog clock | ||
3. In this file, navigate to the "app" directory on your CLI and type `zeus dev`. This app is intended for the Amazfit Balance | ||
4. Give the emulator a few minutes, but it should eventually show the HUD of the app. | ||
5. You can use the console to check console.log statements and debug | ||
6. Refer to the docs for understanding basic syntax of Zepp https://docs.zepp.com/docs/intro/ | ||
6. Refer to the [docs](https://docs.zepp.com/docs/intro/) for understanding basic syntax and architecture of Zepp |