Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed Sep 9, 2024
1 parent c6d7bc6 commit b259636
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Kotlin MUI Showcase](https://karakum-team.github.io/kotlin-mui-showcase/)
# Kotlin MUI Showcase

### Demo Stand of Kotlin/JS Material-UI

Expand All @@ -15,3 +15,32 @@ This project uses official Kotlin MUI Wrappers:
> ![Image List](.doc/image-list.jpg)
> ![Menu](.doc/menu.jpg)
> ![Table](.doc/table.jpg)
----

## Useful commands

### Clean

```sh
./gradlew clean
./gradlew --stop
```

### Build

```sh
./gradlew build
```

### Run

```sh
./gradlew jsRun -t
```

### Gradle Wrapper update

```sh
./gradlew wrapper
```

0 comments on commit b259636

Please sign in to comment.