/LudwigHubertPages

Ludwig's Portfolio website build with Next.js and static site generation

Primary LanguageJavaScript

LudwigHubertPages

This is a repo containing my static pages:

ludwig-hubert de

Hosting

The pages are hosted on Google Firebase.

Deploy

$ firebase deploy

Development

The main project (/ux) is a Next.js React app.

Since the goal was to be highly performant and accessible, the Next.js app is rendered during build time and saved as static html files. This allows easy and static hosting as well as fast page loading times. Did you see the fireworks lighthouse is showing on perfect scores? 😊

lighthouse

Commands

# Run with
$ npm run dev
# Build with
$ npm run build