hackerspace-team / madebyfabian

My Portfolio – built with Nuxt 3 and Headless WordPress

Home Page:https://madebyfabian.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt3 WordPress Headless Starter

Setup

  1. Make sure to install the dependencies
pnpm i
  1. Create a .env file in the root of your project, add the variables from .env.example

Hosting

  1. Create a vercel project with the following build command:
npm run build:prod
  1. Add the env variables from the .env file to the vercel project.
  2. Configure a domain, should be the same as NUXT_PUBLIC_SITE_URL. You eventually have to redeploy the project after changing the domain.

About

My Portfolio – built with Nuxt 3 and Headless WordPress

https://madebyfabian.com


Languages

Language:Vue 67.5%Language:TypeScript 29.0%Language:CSS 3.5%