Skip to content

adriankarlen/www

Repository files navigation

Logo
Hi! 👋

This is the source code for my personal website, which is available at adriankarlen.dev. It is a static website, built using 🔥 Svelte and 💨 Tailwind, and hosted on 🚀 Vercel. The color palette used is 🌷 Rosé Pine. The font used is DM Sans.

🚀 Running Locally

📦 Prerequisites

🛠️ Installation

  1. Clone the repository
git clone https://github.com/adriankarlen/www.git
  1. Go to the project directory
cd www
  1. Install dependencies
bun install 
  1. Start the development server
bun run dev 

📜 License

This project is licensed under the MIT License - see the LICENSE file