Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 384 Bytes

README.md

File metadata and controls

executable file
·
29 lines (20 loc) · 384 Bytes

Davide Cuni Portfolio and Blog Website

Tech

  • Nuxt 3
  • Nuxt Content V2
  • Nuxt UI
  • Nuxt SEO
  • Nuxt Image
  • Nuxt Mail

Add Environment Variables

NUXT_PUBLIC_SITE_URL=
SMTP_RECEIVER_ADDRESS=
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=

Run Locally

npm run dev

Build

npm run build