mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-19 19:38:59 -05:00
[skip actions]
Update Android instruction in README
This commit is contained in:
@@ -128,11 +128,15 @@ This is undoubtedly a passion project of [mine](https://github.com/anultraviolet
|
||||
|
||||
## 🏃♀️Running Locally
|
||||
|
||||
#### Universal Dependencies
|
||||
### Universal Dependencies
|
||||
- [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
|
||||
- [NodeJS v22](https://nodejs.org/en/download)
|
||||
|
||||
#### iOS Instructions
|
||||
### iOS
|
||||
#### Dependencies
|
||||
- Xcode
|
||||
|
||||
#### Instructions
|
||||
- Clone this repository
|
||||
- Run `npm run init` to initialize the project
|
||||
- This will install `npm` packages, install `bundler` and required gems, and installs CocoaPods
|
||||
@@ -142,12 +146,21 @@ This is undoubtedly a passion project of [mine](https://github.com/anultraviolet
|
||||
- Make sure you open the `Jellify.xcodeworkspace`, *not* the `Jellify.xcodeproject`
|
||||
- To create a build, run `npm run fastlane:ios:build` to use fastlane to compile an `.ipa` for you
|
||||
|
||||
#### Android Instructions
|
||||
### Android
|
||||
#### Dependencies
|
||||
- Android Studio
|
||||
- Java Development Kit
|
||||
|
||||
#### Instructions
|
||||
- Clone this repository
|
||||
- Run `npm i` to install `npm` packages
|
||||
- To run locally, run `npm run start`, then run the app on your devvice or in the emulator
|
||||
- To create a build, run `npm run fastlane:android:build` to use fastlane to compile an `.apk` for you
|
||||
|
||||
#### References
|
||||
- [Setting up Android SDK](https://developer.android.com/about/versions/14/setup-sdk)
|
||||
- [ANDROID_HOME not being set](https://stackoverflow.com/questions/26356359/error-android-home-is-not-set-and-android-command-not-in-your-path-you-must/54888107#54888107)
|
||||
|
||||
## 🙏 Special Thanks To
|
||||
- The [Jellyfin Team](https://jellyfin.org/) for making this possible with their software, SDKs, and unequivocal helpfulness.
|
||||
- Extra thanks to [Niels](https://github.com/nielsvanvelzen) and [Bill](https://github.com/thornbill)
|
||||
|
||||
Reference in New Issue
Block a user