klaffer

Kläffer

Public site for klaffer.es: a school for investing in Spanish real estate from abroad.

Local

npm install
npm run dev

Open http://localhost:3000.

Copy .env.example to .env.local and paste the live URLs when each classroom is published:

NEXT_PUBLIC_UDEMY_URL=https://www.udemy.com/course/...
NEXT_PUBLIC_HOTMART_URL=https://...
NEXT_PUBLIC_DISCORD_URL=https://discord.gg/...
NEXT_PUBLIC_CONTACT_EMAIL=hello@klaffer.es

Until those URLs exist, the buttons stay on the page and offer an email waitlist.

Deploy

Point klaffer.es at a Next.js host (Vercel is the default). Set the same environment variables in the host dashboard.

klaffer