Skip to content

Commit

Permalink
Initial README version. Requires improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Aug 16, 2023
1 parent 1c25be2 commit 3c02d91
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 3c02d91

Please sign in to comment.