An open API service indexing awesome lists of open source software.

https://github.com/beicause/hearu


https://github.com/beicause/hearu

Last synced: 2 months ago
JSON representation

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!