Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 488 Bytes

File metadata and controls

26 lines (15 loc) · 488 Bytes

GG Bergen

Static website source of ggbergen.org

Site is built using the SSG feature of Next.js

Quick start

Prerequisites

  • Node 20+ installed.

Steps

  1. Clone the repository
  2. npm install
  3. npm run dev

Building

  1. npm run build
  2. Build goes to /out directory

Deploying

The repository is configured to automatically deploy to Github Pages, you just have to set GitHub Actions as the Build and Deployment source setting in the repo Pages settings.