Skip to content
Perses Games edited this page Apr 27, 2017 · 15 revisions

Getting started

The easiest way to get started is to check out the started project.

Build

To build execute the following gradle command:

  ./gradlew compileKotlin2Js

After the build the javascript files will be generated in web/js/generated, the kudens and kotlin javascript libraries will be extracted and added to in web/js/kotlin.

Host the web directory and open index.html in your browser. The easiest way to do this is to use IDEA and select run on the index.html.

Clone this wiki locally