23 lines
395 B
Markdown
23 lines
395 B
Markdown
# Doric
|
|
A cross-platform development framework for Android & iOS
|
|
|
|
# Prepare
|
|
1. node & npm.
|
|
1. Android SDK for Android Developers.
|
|
1. XCode, pod for iOS Developers.
|
|
1. Before open Android or iOS Project, run following commands in terminal.
|
|
|
|
```bash
|
|
cd doric
|
|
sh setup.sh
|
|
```
|
|
|
|
# iOS
|
|
1. Before open iOS project, run following commands in terminal.
|
|
|
|
```bash
|
|
cd doric/iOS/Example
|
|
pod install
|
|
```
|
|
|