Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 271 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 271 Bytes

kota-shiokara.github.io

Running the Project

# Simple Run
./gradlew wasmJsBrowserRun
# or
make run

or

# Active Hot Reload
./gradlew wasmJsBrowserRun --continuous
# or
make keeprun

Build the project

./gradlew wasmJsBrowserWebpack