mikepenz / storyblok-mp-SDK-blog

Blog implemented via the Storyblok Kotlin Multiplatform SDK (Android, JVM)

Home Page:https://blog.mikepenz.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storyblok-mp-SDK-blog

... a showcase of using the Storyblok Kotlin Multiplatform Client to build a blog application (Android, JVM)


What's included πŸš€ β€’ About Storyblok β€’ Building πŸ› οΈ β€’ Credits β€’ License πŸ““


What's included πŸš€

Simple Kotlin Multiplatform project showcasing the Storyblok Kotlin Multiplatform SDK.


About Storyblok


Screenshots

Screenshots

Building

You need to use Android Studio Arctic Fox (note: Java 11 is now the minimum version required).

Before executing the application you have to replace YOUR_STORYBLOK_TOKEN with your Storyblok token inside the gradle.properties.

Android

Run the Android app via Android Studio.

Compose for Desktop client

This client is available in compose-desktop module. Note that you need to use appropriate version of JVM when running (works for example with Java 11)

./gradlew :compose-desktop:run

Credits

The core project setup is heavily based on the amazing PeopleInSpace sample by @joreilly

Used dependency

Maintained By

License

Copyright 2022 Mike Penz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Blog implemented via the Storyblok Kotlin Multiplatform SDK (Android, JVM)

https://blog.mikepenz.dev

License:Apache License 2.0


Languages

Language:Kotlin 100.0%