From e10d6e7d70595cca52343b7cb971d81f846bc83e Mon Sep 17 00:00:00 2001 From: Kang Cahya Date: Sat, 21 Nov 2020 13:11:43 +0700 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 39bab22..bb95119 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,42 @@ Aplikasi pengecekan nomor KTP berbasis android, 100% gratis, 100% mantap dan beb ### Screenshoot + +### 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)