Skip to content

Latest commit

 

History

History
executable file
·
36 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

executable file
·
36 lines (23 loc) · 1.09 KB

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