Alishan Dhimal

Portfolio Site## Portfolio Site

This repository hosts your portfolio on GitHub Pages. It includes:This repository hosts your portfolio on GitHub Pages. It includes:

Structure### Structure

Develop Next.js locally### Develop Next.js locally


cd sitecd site

npm installnpm install

npm run devnpm run dev

Open http://localhost:3000Open http://localhost:3000

Build and export static site### Build and export static site


cd sitecd site

npm run buildnpm run build

Output is written to site/out/.Output is written to site/out/.

Deployment### Deployment

Pushing to main or homePage triggers the GitHub Actions workflow that builds site/ and deploys the exported HTML to GitHub Pages. Ensure Pages source is set to “GitHub Actions” in repo settings. The domain is configured via CNAME and the repository Pages settings.Pushing to main or homePage triggers the GitHub Actions workflow that builds site/ and deploys the exported HTML to GitHub Pages. Ensure Pages source is set to “GitHub Actions” in repo settings. The domain is configured via CNAME and the repository Pages settings.

Customize### Customize