mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-26 07:15:30 +01:00
Update README.md
This commit is contained in:
parent
841bce9630
commit
2c5ac1b733
@ -11,8 +11,11 @@ This project has two components:
|
|||||||
Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`.
|
Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`.
|
||||||
#### Building from source(needs `bash`, `curl`, `base64`, `zip` to work)
|
#### Building from source(needs `bash`, `curl`, `base64`, `zip` to work)
|
||||||
run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository.
|
run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository.
|
||||||
|
### building the jar
|
||||||
|
run `./gradlew :server:fatJar` the resulting jar file will be `server/build/server-1.0-all.jar`. Simply double click on it or run `java -jar server-1.0-all.jar`. The server will be running on `http://localhost:4567` open this url in your browser.
|
||||||
|
## running for development purposes
|
||||||
### The Server
|
### The Server
|
||||||
run `./gradlew :server:run` to run the server
|
run `./gradlew :server:run -x :webUI:yarn_build --stacktrace` to run the server
|
||||||
### the webUI
|
### the webUI
|
||||||
how to do it is described in `webUI/react/README.md` but for short,
|
how to do it is described in `webUI/react/README.md` but for short,
|
||||||
first cd into `webUI/react` then run `yarn` to install the node modules(do this only once)
|
first cd into `webUI/react` then run `yarn` to install the node modules(do this only once)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user