Skip to content

clemensheithecker/personal-site

Repository files navigation

Clemens Heithecker's Personal Website

The code to my personal website clemensheithecker.com. The app is a place to showcase my work as much as it is a portfolio item in itself. In this project, I apply my self-taught web-development skills starting with HTML, CSS, and JavaScript as well as higher-level frameworks such as Next.js, React, Tailwind CSS, MDX, and Framer Motion.

Features

The core features of the app include:

Run App Locally

Here is how to run the project locally:

  1. Clone this repo.

    git clone https://github.com/clemensheithecker/personal-site
    
  2. Go into the project root directory.

    cd personal-site
    
  3. Install all dependencies.

    npm install
    
  4. Run the development server.

    npm run dev
    
  5. Finally, open http://localhost:3000 with your browser to see the app.

Releases

No releases published

Packages

No packages published