|
1 | 1 | # EladmeGo |
2 | 2 |
|
| 3 | + |
3 | 4 | [](https://github.com/shensven/EladmeGo/actions/workflows/test.yml) |
4 | 5 | [](https://github.com/shensven/EladmeGo/actions/workflows/codeql.yml) |
5 | 6 | [](https://github.com/shensven/EladmeGo/actions/workflows/publish.yml) |
6 | 7 |
|
7 | | -本项目是昆明金地中心访问通行的移动端轮子 |
| 8 | +A mobile app for accessing the JindiCenter in Kunming |
8 | 9 |
|
9 | 10 | | 1 | 2 | 3 | 4 | |
10 | 11 | | :---------------------------------------------: | :--------------------------------------------------: | :-----------------------------------------------------: | :-------------------------------------------------: | |
11 | 12 | |  |  |  |  | |
12 | 13 |
|
13 | | -## 📦 分发 |
| 14 | +## 📦 Distribution |
14 | 15 |
|
15 | 16 | ### iOS |
16 | 17 |
|
|
20 | 21 |
|
21 | 22 | - [GitHub Releases](https://github.com/shensven/EladmeGo/releases) |
22 | 23 |
|
23 | | -## 🔨 编译 |
| 24 | +## 🔨 Build |
24 | 25 |
|
25 | | -### 先决条件 |
| 26 | +### Prequisites |
26 | 27 |
|
27 | | -- [Node 14](https://nodejs.org) 或更高版本 |
28 | | -- [yarn](https://yarnpkg.com/getting-started/install) 包管理器 |
| 28 | +- [Node 14](https://nodejs.org) or higher |
| 29 | +- [yarn](https://yarnpkg.com/getting-started/install) |
29 | 30 | - [Watchman](https://formulae.brew.sh/formula/watchman) |
30 | | -- [Xcode 10](https://developer.apple.com/xcode/resources)或更高版本 |
| 31 | +- [Xcode 10](https://developer.apple.com/xcode/resources) or higher |
31 | 32 | - [CocoaPods](https://guides.cocoapods.org/using/getting-started.html) |
32 | | -- [JDK 11](https://formulae.brew.sh/formula/openjdk@11) 或更高版本 |
| 33 | +- [JDK 11](https://formulae.brew.sh/formula/openjdk@11) or higher |
33 | 34 | - Android SDK |
34 | 35 | - Build-Tools `33.0.0` |
35 | 36 | - NDK `23.1.7779620` |
36 | 37 |
|
37 | | -### 起步 |
| 38 | +### Get Started |
38 | 39 |
|
39 | 40 | ```sh |
40 | 41 | yarn install |
41 | 42 | cd ios && pod install |
42 | 43 | ``` |
43 | 44 |
|
44 | | -### iOS 真机部署 |
| 45 | +### iOS Deployment |
45 | 46 |
|
46 | 47 | ```sh |
47 | 48 | yarn ios --configuration Release --device |
48 | 49 | ``` |
49 | 50 |
|
50 | | -### 打包 Android apk |
| 51 | +### Assem the APK |
51 | 52 |
|
52 | 53 | ```sh |
53 | 54 | cd android && chmod +x gradlew |
54 | 55 | ./gradlew assembleRelease |
55 | 56 | ``` |
56 | 57 |
|
57 | | -## 生成启动图 |
| 58 | +### Generate the Splash Screen |
58 | 59 |
|
59 | 60 | ```sh |
60 | 61 | yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \ |
61 | 62 | --background-color=F2E8E2 \ |
62 | 63 | --logo-width=288 \ |
63 | 64 | --flavor=main |
64 | 65 | ``` |
| 66 | + |
| 67 | +## ⚖️ License |
| 68 | + |
| 69 | +EladmeGo is licensed under the [MIT license](./LICENSE). |
0 commit comments