Skip to content

Android-Dev-Peru/website-kotlin

Repository files navigation

Android Dev Peru Website

We're Android developers, so of course we're Kotlin first! The official website of the community is built with Kobweb, a framework that allows us to build a static (or fullstack) web with Compose.

Project Structure

  • site/ - The main project folder. This is where you'll be spending most of your time.
    • public - The public files which are deployed to the server.
    • src - The source code of the project.
      • jsMain
        • pages: the pages of the website
        • components shared components (layouts, widgets, etc.)
        • data: static data sources and models
      • commonMain
        • libres: localized resources (strings, images)

Run the project

First, you have to install kobweb binary. Follow the test installation steps in the official docs.

Once installed locally, execute the project with:

cd site
kobweb run

Exporting the Project

When you are ready to ship, you should shutdown the development server and then export the project using:

kobweb export --layout static

When finished, you can run a Kobweb server in production mode:

kobweb run --env prod

About

Web de la comunidad, hecha con Compose (Kobweb)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published