Personal portfolio website created to showcase a handful of the projects I have worked on and provide an overview of my skills and experience.
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.
- TypeScript
- React
- Tailwind
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