MrsBahler / hanoi-towers

Simple implementation of the Hanoi Towers using Kotlin Compose UI framework
Apache License 2.0
0 stars 0 forks source link

test

The Hanoi Towers

Kotlin GitHub License

Running the project

Use the command line to run:

./gradlew jsBrowserRun

Instead of manually compiling and executing a Kotlin/JS project every time you want to see the changes you made, you can use the continuous compilation mode:

./gradlew jsBrowserRun --continuous

Useful links