Skip to content

Commit 2c5ac1b

Browse files
authored
Update README.md
1 parent 841bce9 commit 2c5ac1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ This project has two components:
1111
Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`.
1212
#### Building from source(needs `bash`, `curl`, `base64`, `zip` to work)
1313
run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository.
14+
### building the jar
15+
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.
16+
## running for development purposes
1417
### The Server
15-
run `./gradlew :server:run` to run the server
18+
run `./gradlew :server:run -x :webUI:yarn_build --stacktrace` to run the server
1619
### the webUI
1720
how to do it is described in `webUI/react/README.md` but for short,
1821
first cd into `webUI/react` then run `yarn` to install the node modules(do this only once)

0 commit comments

Comments
 (0)