Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orcuntuna committed May 18, 2020
1 parent 241f0d0 commit f2eca55
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Expand Up @@ -12,36 +12,35 @@ This project based on [React Native](https://github.com/facebook/react-native) s

We use [npm](https://www.npmjs.com/) as our package manager and you should have npm installed on your machine to be able to run this project locally. After that you can run the following commands in order.

If you have not run react native project before, prepare development environment by following [Environment Setup Documentation](https://reactnative.dev/docs/environment-setup)

**Android:**

```
git clone https://github.com/orcuntuna/kodilan-mobile.git kodilan
cd kodilan
git clone https://github.com/kodilan-com/mobile.git kodilan-mobile
cd kodilan-mobile
npm install
npm run android
```

**iOS:**

```
git clone https://github.com/orcuntuna/kodilan-mobile.git kodilan
cd kodilan
git clone https://github.com/kodilan-com/mobile.git kodilan-mobile
cd kodilan-mobile
npm install
cd ios; pod install; cd ..
npm run ios
```

### Releases

Please take a look at the [releases](https://github.com/orcuntuna/kodilan-mobile/releases) page.

### Screenshots

| (Recently Posts / Search Results) | (Search / Detail 1)) | (Subscribe / Detail 2) |
| :-------------: |:-------------:| :-------------:|
| ![Recently Posts](screenshots/recently.png) | ![Search](screenshots/search.png) | ![Subscribe](screenshots/subscribe.png) |
| ![Search Results](screenshots/search-results.png) | ![Post Detail 1](screenshots/detail-1.png) | ![Post Detail 2](screenshots/detail-2.png) |
Please take a look at the [releases](https://github.com/kodilan-com/mobile/releases) page.

### Contributors

- [Orçun Tuna](https://github.com/orcuntuna)

### Screenshots

![Screens](screenshots/screens.png)
Binary file removed screenshots/detail-1.png
Binary file not shown.
Binary file removed screenshots/detail-2.png
Binary file not shown.
Binary file removed screenshots/recently.png
Binary file not shown.
Binary file added screenshots/screens.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/search-results.png
Binary file not shown.
Binary file removed screenshots/search.png
Binary file not shown.
Binary file removed screenshots/subscribe.png
Binary file not shown.

0 comments on commit f2eca55

Please sign in to comment.