mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
Update README.md
This commit is contained in:
@@ -15,7 +15,7 @@ run `scripts/getAndroid.sh` from project's root directory to download and rebuil
|
|||||||
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.
|
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
|
## running for development purposes
|
||||||
### The Server
|
### The Server
|
||||||
run `./gradlew :server:run -x :webUI:yarn_build --stacktrace` to run the server
|
run `./gradlew :server:run -x :webUI:copyBuild --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)
|
||||||
|
|||||||
Reference in New Issue
Block a user