Marketing site + docs for DriftQ
npm install
npm run devDocs live in content/docs/*.mdx. Update the sidebar in lib/docs-nav.ts.
This site supports basic traffic analytics.
Add a GA4 measurement ID (format: G-XXXXXXXXXX) to .env.local:
NEXT_PUBLIC_GA4_ID=G-XXXXXXXXXXSince this deploy uses a static build (out/), the GA4 ID must exist at build time. Set a GitHub Actions repository variable named NEXT_PUBLIC_GA4_ID.