Welcome to my personal website repository! This project showcases my portfolio, experience, and skills as a developer designated to create web experiences and apps.
This project is built with a modern stack focusing on performance and aesthetics:
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- Animations: Motion (formerly Framer Motion)
- 3D/Effects: Three.js & WebGL
- Language: TypeScript
/app: Main application code (Next.js App Router)./components: Reusable UI components and effects./v1: Archive of the previous version of the website (HTML/CSS/JS)./public: Static assets.
-
Clone the repository:
git clone https://github.com/maximilian-sh/maximilian.git cd maximilian -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser: Navigate to http://localhost:3000
This project is automatically deployed to GitHub Pages via GitHub Actions when pushing to the master branch.
MIT © Maximilian Kallina