Skip to content

[WIP] This is my personal portfolio website built using Svelte. It showcases my projects, skills, and experience as a web developer.

Notifications You must be signed in to change notification settings

sophie-mc-dev/my-svelte-portfolio

Repository files navigation

Personal Svelte Portfolio Website

Overview

This is my personal portfolio website built using Svelte. It showcases my projects, skills, and experience as a web developer.

Installation

  1. Make sure you have Docker installed on your machine. If not, you can download it from Docker's official website.

  2. Clone this repository.

    git clone https://github.com/sophie-mc-dev/my-svelte-portfolio.git
  3. Navigate to the project directory.

    cd my-svelte-portfolio
  4. Build the Docker image.

    docker build -t svelte-docker .
  5. Run the Docker container:

    docker run --rm --name=svelte-docker -p 3000:3000 svelte-docker
    
  6. Open your web browser and navigate to http://localhost:3000 to view the website.

Technologies Used

  • Svelte
  • SvelteKit
  • HTML
  • JavaScript
  • TailwindCSS

Screenshots or Demos

Known Issues

  • [List any known issues or limitations]

About

[WIP] This is my personal portfolio website built using Svelte. It showcases my projects, skills, and experience as a web developer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published