Skip to content

kvnlnk/website

Repository files navigation

Portfolio Website

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.

Tech Stack

  • 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

Installation

  1. Clone the repository:
    git clone https://github.com/kvnlnk/website.git
    cd website
  2. Install dependencies:
    npm install

Usage

  • 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

Customization

  • Edit src/lib/components/sections to add or modify portfolio sections.
  • Update src/lib/config.js for site configuration.
  • Customize styles in src/app.css and custom_theme.css.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

This is the source code of my simple website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published