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 88081a0 commit 178417f
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# [Kotlin React Table Sample](https://karakum-team.github.io/kotlin-react-table-sample/)
# Kotlin React Table Sample

## Links
## Useful commands

* [Modern version of sample in Kotlin Wrappers](https://github.com/JetBrains/kotlin-wrappers/tree/master/examples/tanstack-react-table)
### 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 178417f

Please sign in to comment.