Skip to content

ulf007/my-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julien Kloevekorn — Portfolio

Personal portfolio built with Next.js (App Router), TypeScript, and Tailwind CSS.

Getting started

npm install
npm run dev

Open http://localhost:3000

Testing

# unit + component tests
npm run test:unit

# browser smoke tests (requires a production build first)
npm run build
npm run test:e2e

# full local quality check
npm run test:check

Configuration (optional)

Set NEXT_PUBLIC_SITE_URL for absolute canonical URLs, sitemap, and Open Graph metadata.

NEXT_PUBLIC_SITE_URL=https://your-domain.com

Project structure

  • app/ — routes, layout, metadata (Server Components by default)
  • components/ — reusable UI + page sections
  • lib/ — site config + utilities
  • tests/unit/ — unit tests (Vitest)
  • tests/component/ — component/integration tests (Vitest + Testing Library)
  • tests/e2e/ — browser smoke tests (Playwright)
  • docs/ROADMAP.md — project plan / next steps

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors