I created my portfolio website with Vite, React, and TypeScript and uses the React-Bootstrap library for styling. The website is a single-page application that showcases my projects, skills, and contact information. The website is responsive and can be viewed on mobile devices as well as desktops.
The website is hosted on GitHub Pages and can be accessed here.
- Clone the repository with
git clone [email protected]:sirrenberg/sirrenberg.github.io.git
- move into the directory with
cd sirrenberg.github.io
- Make sure you have the latest version of npm and vite installed
- check your version of npm with
npm -v
which should be at least 10.5.0 - run
npm install -g npm@latest
to update npm if necessary
- check your version of npm with
- run
npm install
to install the dependencies - run
npm run dev
to start the development server