https://github.com/beicause/hearu
https://github.com/beicause/hearu
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beicause/hearu
- Owner: beicause
- Created: 2022-01-26T10:51:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T16:53:28.000Z (about 3 years ago)
- Last Synced: 2023-07-26T08:34:58.730Z (almost 2 years ago)
- Language: Vue
- Homepage:
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hearu
# build
1. clone this project
```sh
git clone https://github.com/beicause/hearu
```
2. install dependencies using pnpm
```sh
pnpm install
```
3. build and copy dist to android assets dir by running `build-web` script
```sh
pnpm build-web
```
4. open `hearu_app` directory in Android Studio, and run this app!