Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Nov 21, 2020
1 parent 465e3e6 commit e10d6e7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,42 @@ Aplikasi pengecekan nomor KTP berbasis android, 100% gratis, 100% mantap dan beb

### Screenshoot
<img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/1.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/2.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/3.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/4.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/5.png" width="200"> <img src="https://github.com/dyazincahya/ktp-checker-android/blob/main/screenshot/6.png" width="200">

### Requirement To Install
- NodeJS v12.16.1
- NPM v6.14.1
- Nativescript v6.5.1

### How to run?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns run android
```
#### ios
``` bash
tns run ios
```

### How to build?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns build android
```
#### ios
``` bash
tns build ios
```

### Author
[kang-cahya.com](https://www.kang-cahya.com/)

### License
[Apache License 2.0](https://github.com/dyazincahya/ktp-checker-android/blob/master/LICENSE)

0 comments on commit e10d6e7

Please sign in to comment.