Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 611 Bytes

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