naofumi-fujii

naofumi-fujii.github.io

Personal website built with Next.js: https://naofumi-fujii.github.io/

Technology

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Export static site
npm run export

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the master branch.