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

https://github.com/bbb/react-native-card.io-example


https://github.com/bbb/react-native-card.io-example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Installing

`npm i`

`cp .env.example .env`

## Running

### For development

`source .env && npm run hot`

Run the XCodeProject

### For distribution

`source .env && NODE_ENV=production npm start`

Run the XCodeProject