Skip to content

david-andrew/david-andrew.github.io

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Development

bun run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

On pushing to the master branch, the site will be automatically deployed to GitHub Pages.

Local deployment and test hosting can be done with:

bun run build
cd out
bunx http-server