Join Slack
Powered by
How could I host my compose website using github p...
# compose-web
z
zt
08/25/2022, 5:50 PM
How could I host my compose website using github pages? Is there some example I could look at?
h
hfhbd
08/25/2022, 5:56 PM
Kotlin and so compose web produces normal js files. But here you go:
https://github.com/hfhbd/ComposeTodo/blob/5354542ee04357b224d8014e619120ade8590f9e/.github/workflows/CD.yml#L56
z
zt
08/25/2022, 6:56 PM
Thank you!
c
Casey Brooks
08/25/2022, 7:03 PM
Here’s another example of a site I’m working on
https://kotlinlang.slack.com/archives/C01F2HV7868/p1660690003262339?thread_ts=1660653555.472219&cid=C01F2HV7868
g
Greg Steckman
08/26/2022, 12:18 AM
And a 3rd, that also uses Github actions to build and deploy it:
https://github.com/KoalaPlot/koalaplot-samples
d
David Herman
09/01/2022, 6:38 PM
As a fourth, here's how you could use my project Kobweb to generate a project (with multiple page routes) and host it on GHP:
https://bitspittle.dev/blog/2022/staticdeploy
149
Views
Open in Slack
Previous
Next