Zayne's Personal Website Install dependencies: npm install Create a .env.local file in the root of your project and set the NEXT_PUBLIC_SITE_URL variable to your site's public URL: NEXT_PUBLIC_SITE_URL=https://example.com Run the development server: npm run dev