Hi all! I have a question ) I want to try gh-pages...
# javascript
d
Hi all! I have a question ) I want to try gh-pages with Kotlin React. With regular REactJs - it is very simple and clear. But not with Kotlin, Troubles begin from first minute. I need modify package.json and i need to add custom node tasks and gradle task to run node task... Is there any clear documentation or articles how to do it? Thx
b
No documentation that I know, but I was able to host a sample project from this repository: https://github.com/bnorm/kotlin-react-function. You can check the sample directory and the github workflow which automatically updates the `site` branch with the latest version. Not sure if it's exactly what you are looking for though.
d
Thx. At the moment i did gradle task that just copy dist to site directory, commit and push this directory - work for me... gh-pages package don't want to work )