Skip to content

olewandowski1/personal-website

Repository files navigation

Personal Website

A modern, responsive personal portfolio website built with Next.js, React, and Tailwind CSS. This website showcases professional experience, projects, and contact information with a clean, minimal design.

Tech Stack

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Project Structure

personal-website/
├── public/        # Static files (images, etc.)
├── src/           # Source code
│   ├── app/       # App router pages
│   ├── components/# UI components
│   │   ├── ui/    # Base UI components
│   │   └── ...    # Feature components
│   ├── lib/       # Utility functions and constants
├── next.config.ts # Next.js configuration
└── ...            # Config files

Customization

You can start editing the page by modifying app/page.tsx.

Reference

Env

NEXT_PUBLIC_REPO_URL=https://github.com/your-profile-name/repo-name