Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koladev32/bloggero
https://github.com/koladev32/bloggero
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koladev32/bloggero
- Owner: koladev32
- Created: 2022-05-27T17:18:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T16:29:42.000Z (over 2 years ago)
- Last Synced: 2023-03-06T01:48:31.182Z (almost 2 years ago)
- Language: Java
- Size: 1.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bloggero
This is a small project of an integration of RevenueCat and React Native.
## Setup
First, you need to install the dependencies:
```bash
yarn install
```Then run the project on your local machine:
```bash
yarn run android
```Or if you are using a Mac machine, run the following command:
```bash
yarn run ios
```