Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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