Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antruc/bongo-cat
Cordova-based Android app
https://github.com/antruc/bongo-cat
Last synced: about 2 months ago
JSON representation
Cordova-based Android app
- Host: GitHub
- URL: https://github.com/antruc/bongo-cat
- Owner: antruc
- License: gpl-3.0
- Created: 2023-08-14T06:18:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T06:39:36.000Z (over 1 year ago)
- Last Synced: 2023-08-14T07:42:21.518Z (over 1 year ago)
- Language: HTML
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bongo cat
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Cordova-based Android app
# Install
[Google play](https://play.google.com/store/apps/details?id=bmf.bongo.cat)
# Build
1. Install Cordova:
```
npm install -g cordova
```
2. Be sure to meet all requirements:
```
cordova requirements
```
3. Install dependencies, then build:
```
npm install
npm run build
```
4. Generate apk file:
```
cd cordova
cordova build
```
Or open the project in Android Studio