Welcome to my spot on the world wide web! This is my portfolio website, built with SvelteKit, where I showcase my work, skills, and journey as a developer. Explore my projects, learn about me, and see what I'm all about! π
This portfolio is powered by modern and lightweight tools:
| Category | Technology |
|---|---|
| Framework | SvelteKit |
| Runtime | Bun |
| Styling | Tailwind CSS |
| Content | MDsveX |
| Deployment | Railway |
| Version Control | Git |
| Linting / Code Quality | ESLint, Prettier |
Follow the steps below to run this project locally.
Make sure you have the following installed:
# Clone the repository
git clone https://github.com/Alivki/iver-lindholm.git
cd iver-lindholm
# Install dependencies
bun install
# Start the development server
bun run dev# Create a production build
bun run build
# Start the production server
bun run startiver-lindholm/
βββ src/ # Source files (routes, components, lib)
β βββ lib/ # Shared components and utilities
β βββ routes/ # SvelteKit routes and pages
β βββ app.html # HTML template
β βββ app.d.ts # TypeScript app declarations
βββ static/ # Static assets (images, robots.txt, etc.)
βββ svelte.config.js # SvelteKit configuration
βββ vite.config.ts # Vite configuration
βββ eslint.config.js # ESLint configuration
βββ package.json # Project metadata and scripts
βββ README.md # You are here!
I'd love to connect β whether you're interested in collaboration, have feedback, or just want to say hello!
| Platform | Link |
|---|---|
| π§ Email | iver.lindholm@gmail.com |
| πΌ LinkedIn | linkedin.com/in/iver-lindholm |
| π Portfolio / Website | iverlindholm.no |
This project is licensed under the MIT License. See the LICENSE file for more information.
Built with π by Iver Lindholm Β© 2026 All rights reserved.