Getting Started

Set your environmental variables:

GITHUB_TOKEN=
CLOUDFLARE_SECRET_KEY=
NEXT_PUBLIC_TURNSTILE_KEY=

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000.

Profit?

Info

I’m currently working on porting my react portfolio to Next.JS

You can find me on these platforms:

  • Discord - bluepotatobp
  • Twitter - bluepotatobp
  • Github - bluepotatobp

This is a Next.js project!