Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 983 Bytes

File metadata and controls

47 lines (31 loc) · 983 Bytes

Portfolio


Lukas Volk profile

Personal portfolio website created to showcase a handful of the projects I have worked on and provide an overview of my skills and experience.

Table of Contents

General Information

Here, you will find examples of my work including web applications, websites, and other projects I have built.

To explore the live site visit: lukasvolk.dev.

Technologies Used

  • TypeScript
  • React
  • Tailwind

Setup

From your command line:

# Clone this repository
$ git clone https://github.com/LukasV3/portfolio.git

# Go into the repository
$ cd portfolio

# Install dependencies
$ npm install

# Run the app
$ npm run dev