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

https://github.com/devrapture/artisanapp


https://github.com/devrapture/artisanapp

Last synced: 11 months 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
```