Skip to content

Commit

Permalink
Update README.md (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSMonk authored May 27, 2024
1 parent 4255a71 commit 8479e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Once in a while, it connects to APIs to get the latest information about session
It then augments and republishes this information for clients to consume.
It also provides a couple of extra APIs to save your favorites and accumulate votes.

### iOS, Android, WASM and Desktop Applications
### iOS, Android, Browser and Desktop Applications

All applications are developed within a single codebase using [Kotlin Multiplatform technology](https://kotlinlang.org/docs/multiplatform.html).
The UI is implemented using [Compose Multiplatform UI framework](https://www.jetbrains.com/lp/compose-multiplatform/).
Expand Down Expand Up @@ -51,7 +51,7 @@ The UI is implemented using [Compose Multiplatform UI framework](https://www.jet
* Run `./gradlew :backend:run` to start the server
* All API will be available at `http://0.0.0.0:8080`

### Running the WASM web app
### Running the browser app

* To run the web app in the browser, run `./gradlew :shared:wasmJsBrowserRun`.
* Open `http://localhost:8000` in your browser after build to see the app.

0 comments on commit 8479e3a

Please sign in to comment.