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

https://github.com/squarescreamyt/mango

thing
https://github.com/squarescreamyt/mango

Last synced: 4 months ago
JSON representation

thing

Awesome Lists containing this project

README

          

Create expo app
js: npx create-expo-app AppName --template blank

Running app
npm ios start
npx expo start

Stage changes through terminal:
1. Open terminal and copy paste those below
2. git add .
3. git commit -m "commit message"
4. git push origin main