Skip to content

Repository files navigation

Valentin DUNON — Portfolio

This repository contains the source for my personal website built with Next.js (app router). It is a lightweight personal/portfolio site with a homepage, notes/blog pages, and optimized font/image handling provided by Next.js.

Features

  • Built with Next.js (app router)
  • Simple, fast, and minimal design
  • Optimized fonts and images
  • Easy to customize and extend

Quickstart (Local development)

Prerequisites

  • Node.js 18+ (or latest LTS)
  • npm, yarn, or pnpm

Install dependencies:

npm install
# or
# yarn
# pnpm install

Run the development server:

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

Open http://localhost:3000 in your browser.

Build for production:

npm run build
npm start

Or with other package managers:

yarn build && yarn start
pnpm build && pnpm start

Project structure

  • app/ — Next.js app directory (routes, layouts, pages)
  • public/ — Static files (images, favicon)
  • styles/ — Global styles, CSS modules
  • components/ — Reusable React components
  • next.config.js — Next.js configuration
  • package.json — Scripts and dependencies

Contributing

This is a personal site. If you'd like to suggest improvements, open an issue or submit a pull request.

Contact

Maintained by Valentin DUNON. https://www.linkedin.com/in/valentin-dunon/

About

Discover who am I, including my projects !

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages