RobertRuta

RobertRuta.github.io

Terminal-themed personal site powered by Next.js static export.

Local development

npm install
npm run dev

Open http://localhost:3000.

Deployment (GitHub Pages)

This repository is configured to deploy automatically on pushes to main using GitHub Actions.

Requirements:

The workflow builds with next build (configured with output: 'export') and publishes the out/ directory to Pages.