Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ybriker committed Feb 4, 2025
1 parent 2eb14f1 commit 376cff8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
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

0 comments on commit 376cff8

Please sign in to comment.