Skip to content

VimHax/Portfolio-V2

Repository files navigation

Portfolio V2

Screenshot of the website

This repository contains the source code of the second (public) iteration of my portfolio website.

Build Instructions

You need to have Git, NodeJS and NPM installed to follow along.

  1. First you need to clone this repository.

    git clone https://github.com/vimhax/portfolio-v2
  2. Afterwards navigate into the directory and run the following command to install all the dependencies.

    npm install
  3. Build it by running the following command.

    npm run build

    If you want a preview of the build you may run the following command.

    npm start