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

https://github.com/peteringram0/bacon-public


https://github.com/peteringram0/bacon-public

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Bacon

![](/project/image.png)

#### Development
````bash
flutter emulators --launch apple_ios_simulator
flutter run
````

#### Publish APK
````bash
flutter build apk
flutter build ios
````