Skip to content

mbto/eatlog

Repository files navigation

Sourcecode of site https://eatlog.ru/

Requirements:

Install & launch:

Examples:

Downloads:

FAQ:

Compile & Build:

  • Requirements:
    • Gradle 8.0.2+
  • With tests:
    • Unix: gradlew build
    • Windows: gradlew.bat build
  • Without tests:
    • Unix: gradlew build -x test
    • Windows: gradlew.bat build -x test