Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 762 Bytes

File metadata and controls

23 lines (15 loc) · 762 Bytes

Kabob: Build web blog posts with Kotlin/WASM and Compose Multiplatform

Fourier Series Visualization

Try it yourself

This repository explores the potential of web app development with the current state of Kotlin/WASM and Compose Multiplatform. The framework is fitted for building interactive web-based blog posts and visualization articles.

Build instructions

  • Clone the repo with
git clone https://github.com/ndming/kabob.git
  • Open the project in IntelliJ IDEA
  • Each web page can be built separately, to build the Pendulum simulation page, for example:
Gradle Task Panel > pages > Pendulum > Tasks > kotlin browser > wasmJsBrowserDevelopmentRun