This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
A simple application to demonstrate implementing [KFSM](https://github.com/open-jumpco/kfsm) with the classic Turnstile FSM.
This implementation uses Kotlin code to manipulate the register event handlers on the buttons and manipulate the DOM to update the display state of the elements.
./gradlew build
All the files needed to run will be in build/dist
Or you can launch it using
./gradlew browserRun