File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Once in a while, it connects to APIs to get the latest information about session
17
17
It then augments and republishes this information for clients to consume.
18
18
It also provides a couple of extra APIs to save your favorites and accumulate votes.
19
19
20
- ### iOS, Android, WASM and Desktop Applications
20
+ ### iOS, Android, Browser and Desktop Applications
21
21
22
22
All applications are developed within a single codebase using [ Kotlin Multiplatform technology] ( https://kotlinlang.org/docs/multiplatform.html ) .
23
23
The UI is implemented using [ Compose Multiplatform UI framework] ( https://www.jetbrains.com/lp/compose-multiplatform/ ) .
@@ -51,7 +51,7 @@ The UI is implemented using [Compose Multiplatform UI framework](https://www.jet
51
51
* Run ` ./gradlew :backend:run ` to start the server
52
52
* All API will be available at ` http://0.0.0.0:8080 `
53
53
54
- ### Running the WASM web app
54
+ ### Running the browser app
55
55
56
56
* To run the web app in the browser, run ` ./gradlew :shared:wasmJsBrowserRun ` .
57
57
* Open ` http://localhost:8000 ` in your browser after build to see the app.
You can’t perform that action at this time.
0 commit comments