Skip to content

DavyK17/portfolio

Repository files navigation

Portfolio website

This is a challenge project I did as part of my full stack engineer course on Codecademy. Initially built with React and now using SvelteKit, the website provides a list of projects I've done as a web developer.

Links

How it was built

Setup

Prerequisites

Running the project

Clone the repository and navigate to the project directory.

gh repo clone DavyK17/portfolio
cd portfolio

Install the project's dependencies and fix any vulnerabilities.

npm install && npm audit fix

Run the project.

npm run dev