Skip to content

Wischnat/wischnat.github.io

Repository files navigation

preview

📌 Inspired by

This portfolio website is inspired by brittanychiang.com.

🛠 Installation & Start

  1. Install dependencies

    npm i
  2. Start the development server:

    npm run dev

    Open http://localhost:5173 with your browser to see the result.

⚠️ Environment Variables

  1. Create in a .env.local file in the root of your project
  2. Insert your key/value pairs
    GITHUB_TOKEN=
    To generate a GitHub token, you need to go to GitHub Settings -> Developer Settings and click on Generate new token -> Generate new token (classic).