sveltePortfolio Svelte Themes

Svelteportfolio

simple profile

Eric Lee's Portfolio - Svelte Version

A modernized version of Eric Lee's portfolio website built with Svelte and SvelteKit.

Features

  • Component-based Architecture: Reusable Navigation, Header, and Footer components
  • Responsive Design: Mobile-friendly layout
  • Modern Development: Hot reloading and optimized builds
  • Easy Maintenance: Single source of truth for common elements

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Project Structure

src/
├── lib/
│   └── components/        # Reusable components
├── routes/
│   ├── +layout.svelte    # Main layout
│   └── +page.svelte      # Home page
└── app.html              # Base HTML template

static/                   # Static assets

Version Control

This project uses git for version control. Key commands:

# Check status
git status

# Add files
git add .

# Commit changes
git commit -m "Description of changes"

# Push to repository
git push origin main

Top categories

Loading Svelte Themes