website

🌐 My personal website with blog

Stars
1

💾 Installation

pnpm install

⚙️ Configuration

Create .env.local from .env.example

  • NEXT_PUBLIC_BASE_URL – website base URL for public assets prefixing
  • NEXT_PUBLIC_ROBOTS – value for robots meta tag
  • ROBOTS_POLICY – value for robotsTxtOptions.policies entry in next-sitemap.config.js

👨‍💻 Development

pnpm dev

🚨 QA

pnpm qa
# or
pnpm fix

📦 Build

pnpm build
pnpm start

🚀 Deployment

The website is automatically deployed to Vercel on push

  • main – production (needs approval)
  • develop – preview