My portfolio website built with SvelteKit, Vite, Tailwind CSS, and Skeleton UI. It showcases my projects, GitHub activity, and more with a clean, responsive design.
- SvelteKit: Frontend framework
- Vite: Build tool and dev server
- Tailwind CSS: Utility-first CSS framework
- Skeleton UI: UI component library for Svelte
- PostCSS: CSS processing
- Clone the repository:
git clone https://github.com/kvnlnk/website.git cd website - Install dependencies:
npm install
-
Start development server:
npm run dev
The app will be available at
http://localhost:5173(default Vite port). -
Build for production:
npm run build
-
Preview production build:
npm run preview
- Edit
src/lib/components/sectionsto add or modify portfolio sections. - Update
src/lib/config.jsfor site configuration. - Customize styles in
src/app.cssandcustom_theme.css.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.