@renbaoshuo's local development environment [click to expand]
Updated at Oct 24, 2024.
- Develop machine: Intel(R) Core(TM) Ultra 9 185H, 64 GiB RAM
- Operating system: Windows 11 Pro 23H2 (22631.4317)
Software or tool name | Version |
---|---|
Node.js | 20.14.0 |
Android Studio | 2024.1.2 (Koala Feature Drop) |
Android SDK | 33 (Android 13.0) |
NDK | 26.1.10909125 |
OpenJDK | 17.0.13+11 (winget Microsoft.OpenJDK.17) |
Android Studio Emulator | Pixel 8 Pro API 33 (Android 13.0, x86_64) |
Before you start, make sure you have Node.js, Yarn, and Android Studio installed on your computer.
Then create an Android Studio emulator, you can follow the instructions in the Expo documentation.
After you have installed the required software, you can start developing the app.
Clone the repository and install dependencies:
git clone https://github.com/renbaoshuo/fzuhelper-app.git
cd fzuhelper-app
yarn install
Start the app:
yarn start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.