This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/README.md
2020-03-25 17:16:25 +08:00

28 lines
529 B
Markdown

# Doric
![Release](https://github.com/doric-pub/Doric/workflows/Release/badge.svg)
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
```
# Android
1. Use android studio open dir `doric-android`
# iOS
1. Before open iOS project, run following commands in terminal.
```bash
cd doric-iOS/Example
pod install
```