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. Install dependencies using npm or yarn:

    npm install
    # or
    yarn install
  5. Build the Docker image.

    docker build -t my-svelte-portfolio .
  6. Run the Docker container:

    docker run -p 3000:3000 --name my-svelte-container my-svelte-portfolio
    
  7. Open your web browser and navigate to http://localhost:3000 to view the website.

Technologies Used

  • Svelte
  • HTML/CSS/JavaScript

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published