### Build and Run koalaplot-samples (Shell) Source: https://github.com/koalaplot/koalaplot-samples/blob/main/README.md Clones the koalaplot-samples repository, builds it, and provides commands to run the application on different platforms. ```shell cd .. git clone https://github.com/KoalaPlot/koalaplot-samples.git cd koalaplot-samples ./gradlew build # For desktop: ./gradlew run # For web: ./gradlew jsBrowserRun ``` -------------------------------- ### Build koalaplot-core (Shell) Source: https://github.com/koalaplot/koalaplot-samples/blob/main/README.md Clones the koalaplot-core repository and publishes it to the local Maven repository. ```shell git clone https://github.com/KoalaPlot/koalaplot-core.git cd koalaplot-core ./gradlew publishToMavenLocal ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.