# DoricPlayground **Repository Path**: doric/DoricPlayground ## Basic Information - **Project Name**: DoricPlayground - **Description**: Standard doric project for showing playground examples. - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DoricPlayground This is a doric project used for playground. You can run this project by following commands. ```bash $ npm install doric-cli -g $ cd Doricplayground $ npm install $ doric build ``` # Android * Android Studio,Android SDK * Open Project at `android` # iOS * First install Pod ```bash $ cd iOS $ pod install ``` * Use XCode to open `iOS/Example.xcworkspace `