Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 514 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 514 Bytes

KawaiiBot

Installation

If you need help with theses steps, you can ask for help on our discord

Building on the host

chmod +x gradlew && ./gradlew shadowJar

Building on windows

./gradlew.bat build
./gradlew.bat shadowJar

Building via Docker

docker build -t kawaiibot .

Deployment via Docker Compose

docker-compose up -d --build

Development setup

chmod +x gradlew && ./gradlew cleanIdea idea