Personal website built with Next.js: https://naofumi-fujii.github.io/
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Export static site
npm run export
The site is automatically deployed to GitHub Pages when changes are pushed to the master branch.