Skip to content

joggjogg/jochemdobber.dev

Repository files navigation

jochemdobber.dev

This repo contains the source code for my personal portfolio website jochemdobber.dev .

Template

The project was bootstrapped from the following Mantine NextJS template.

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint