Go to file
carbotaniuman 12e318d552 Cleanup repo 2020-06-22 11:00:37 -05:00
gradle/wrapper Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
src/main Fix bug 2020-06-22 10:51:09 -05:00
.gitattributes Added .gitattributes to help sort out CHANGELOG.md merge conflicts 2020-06-14 05:04:35 +08:00
.gitignore Ignore /dev folder, courtesy of @carbo 2020-06-14 05:27:10 +08:00
CHANGELOG.md Added `config.sample.json` sample client configuration file 2020-06-22 11:57:01 +08:00
LICENSE Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
README.md Cleanup repo 2020-06-22 11:00:37 -05:00
build.gradle Switch from Gson to Jackson for better null checks and invalid property support 2020-06-19 20:16:24 +00:00
config.sample.json Added `config.sample.json` sample client configuration file 2020-06-22 11:57:01 +08:00
gradle.properties Use a sqlite DB for metadata 2020-06-15 22:25:31 +00:00
gradlew Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
gradlew.bat Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
settings.gradle Squash a bunch of commits together 2020-06-06 17:52:25 -05:00

README.md

Mangadex@Home

To Build

Requirements

  • The Java(TM) SE JDK, version 8 or greater
  • ~500MB of free space

Instructions

  • Run ./gradlew build in order to build the entire project
  • Find the generated jars in build/libs, where the -all jar is fat-jar with all dependencies