This is a portfolio website built with Svelte 5 and Carta for markdown rendering. It's designed as a modern, responsive portfolio site with blog functionality that supports mathematical equations through KaTeX.
- Modern UI built with Svelte 5 and Tailwind CSS
- Blog with markdown rendering using Carta
- Mathematical equation support with KaTeX
- Responsive design
- Dark theme
- Svelte 5
- SvelteKit
- Tailwind CSS
- Carta Markdown Renderer
- KaTeX for mathematical equations
- Node.js (v18 or later recommended)
- npm or yarn
- Clone the repository
git clone https://github.com/yourusername/portfolio-svelte5.git
cd portfolio-svelte5- Install dependencies
npm install- Start the development server
npm run dev- Open your browser and navigate to
http://localhost:5173
npm run buildThis project is licensed under the MIT License.