mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
Update README.md
This commit is contained in:
parent
3f2398f824
commit
9f58f5b13a
@ -20,6 +20,7 @@ I will support and fix/add things to this if there is a demand [Discord](https:/
|
||||
## Technologies used
|
||||
- Spring Boot + Thymeleaf
|
||||
- PDFBox
|
||||
- e-iceblue spire.pdf.free (for PDF compression untill i find a nicer way)
|
||||
- HTML, CSS, JavaScript
|
||||
- Docker
|
||||
|
||||
@ -29,11 +30,11 @@ I will support and fix/add things to this if there is a demand [Discord](https:/
|
||||
|
||||
Prerequisites
|
||||
- Java 17 or later
|
||||
- Gradle 6.0 or later
|
||||
- Gradle 7.0 or later
|
||||
|
||||
1. Clone or download the repository.
|
||||
2. Build the project using Gradle by running `./gradlew build`
|
||||
3. Start the application by running `./gradlew bootRun`
|
||||
3. Start the application by running `./gradlew bootRun` or by calling the build jar in build/libs with java -jar jarName.jar
|
||||
|
||||
|
||||
### Docker
|
||||
|
Loading…
Reference in New Issue
Block a user