This is my personal portfolio website built using Svelte. It showcases my projects, skills, and experience as a web developer.
Make sure you have Docker installed on your machine. If not, you can download it from Docker's official website.
Clone this repository.
git clone https://github.com/sophie-mc-dev/my-svelte-portfolio.git
Navigate to the project directory.
cd my-svelte-portfolio
Install dependencies using npm or yarn:
npm install
# or
yarn install
Build the Docker image.
docker build -t my-svelte-portfolio .
Run the Docker container:
docker run -p 3000:3000 --name my-svelte-container my-svelte-portfolio
Open your web browser and navigate to http://localhost:3000 to view the website.