Kotfolio is a minimalistic and clean portfolio project built with Kobweb, a Compose HTML framework for Kotlin multi-platform. The design is inspired by product designers, showcasing a sleek black color scheme.
- Minimal Design: Keep it simple, yet elegant, to highlight your work.
- Responsive: Ensures a seamless experience across various devices.
- Kotlin Multi-Platform: Leverages the power of Kotlin for both front-end and back-end development.
- Kobweb: Compose HTML framework for Kotlin multi-platform.
- Jetpack Compose: Modern Android UI toolkit for building native UIs in a declarative way.
- Kotlin: Modern programming language for concise and expressive code.
Follow these steps to set up Kotfolio locally:
-
Clone the repository:
git clone https://github.com/your-username/kotfolio.git
-
Getting Started
First, run the development server by typing the following command in a terminal under the
site
folder:$ cd site $ kobweb run
Open http://localhost:8080 with your browser to see the result.
You can use any editor you want for the project, but we recommend using IntelliJ IDEA Community Edition downloaded using the Toolbox App.
Press Q
in the terminal to gracefully stop the server.