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

https://github.com/devrapture/ArtisanApp


https://github.com/devrapture/ArtisanApp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Install
```bash
git clone https://github.com/coolpythoncodes/ArtisanApp.git
cd ArtisanApp
yarn install

#Get your app running on android.
yarn android
#Get your app running on ios.
yarn ios
```