A basic website for a basic guy.
First, run the development server:
npm run dev
Run the npm script that builds the output folder and the exports it as a static site.
npm run build
Let the workflow I set up .github/workflows/nextjs.yaml
run on a push to main.