diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b6465d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# IITC Prime + +New IITC mobile app + +## Getting started + +How to prepare your environment to work with NativeScript is described here: https://docs.nativescript.org/environment-setup.html + +## Usage + +Build apk for Android: +`tns build android` + +Run the app on Android: +`tns run android` + +Run Vue DevTools: +`npx vue-devtools`