This is the source code for my personal website, cpluspatch.com
. It is built using Nuxt.js.
Use whatever package manager you want, I don't care, but don't commit the lockfile if you don't use Bun.
bun install
# or
npm install
# or whatever
It's a standard Nuxt.js project so
bun dev
# or
npm run dev
# or whatever
This uses the static build preset by default so it prerenders everything nicely.
bun run build
# or
npm run build
# or whatever