This is my personal website project built using SvelteKit and Tailwind CSS, designed for speed, minimalism, and SEO-friendliness. It serves as my blog and portfolio.
main
→ The live version of my personal website.develop
→ A branch for experimenting with new features.tutorial
→ The outcome of my step-by-step tutorial series.If you'd like to build a similar website and familiarize yourself with Svelte(Kit) and TailwindCSS, follow my step-by-step guide:
.md
files.Clone the repository, install dependencies, and start the development server:
git clone https://github.com/pandelig/personal-website-svelte.git
cd personal-website-svelte
npm install
npm run dev
You can find all the npm
commands in package.json
.
The theme of this website was inspired by:
Also a special thanks to the Svelte Discord server and of course, the open-source community, as many open-source tools were used to build this website.