Terminal-themed personal site powered by Next.js static export.
npm install
npm run dev
Open http://localhost:3000.
This repository is configured to deploy automatically on pushes to main using GitHub Actions.
Requirements:
main or master.The workflow builds with next build (configured with output: 'export') and publishes the out/ directory to Pages.