NextJS to Cloudflare Blog Tutorial - Setting Up Gitea CI/CD (Draft)

This covers basic project setup and CI/CD configurations for the NextJS website. I assume you already have a cloudflare account, a Gitea (or Github) repo, a configured Gitea action runner instance connected (You do not need to set one up for Github), Node installed to at least version 22, and PNPM installed on your machine. VsCode is my recommended IDE, since both gitea and github interfaces quite well with it.

Step 1 - Setup NextJS project

Run the command.

pnpm create next-app@latest blog-app

Once you run the command, it'll prompt you with some questions.

TODO: Complete the tutorial. I'll do it later... In maybe a week or so.

← Previous
← Back to home