File tree Expand file tree Collapse file tree 4 files changed +9681
-174
lines changed Expand file tree Collapse file tree 4 files changed +9681
-174
lines changed Original file line number Diff line number Diff line change 22
33## Installation
44
5- You need to install [ Cordova] ( http://cordova.apache.org ) before:
6-
7- ``` sh
8- npm i -g cordova
9- ```
10-
11- Then clone the repository:
5+ Clone the repository:
126
137``` sh
148git clone https://github.com/design-first/system-designer-cordova.git
@@ -19,27 +13,27 @@ git clone https://github.com/design-first/system-designer-cordova.git
1913Add iOS platform:
2014
2115``` sh
22- cordova platform add ios
16+ npx cordova platform add ios
2317```
2418
2519Build System Designer for iOS:
2620
2721``` sh
28- cordova build ios
22+ npx cordova build ios
2923```
3024
3125## Build for Android
3226
3327Add Android platform:
3428
3529``` sh
36- cordova platform add android
30+ npx cordova platform add android
3731```
3832
3933Build System Designer for Android:
4034
4135``` sh
42- cordova build android
36+ npx cordova build android
4337```
4438
4539## License
You can’t perform that action at this time.
0 commit comments