Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 817 Bytes

File metadata and controls

36 lines (27 loc) · 817 Bytes

BetterDev Learn

Premium education platform for practical technology learning in AI, Web3, software development, and career growth.

Stack

  • Next.js 16 (App Router)
  • TypeScript
  • Tailwind CSS 4
  • Geist fonts

Getting started

npm install
npm run dev

Open http://localhost:3000.

Key routes

  • / — Homepage
  • /courses — Course marketplace
  • /courses/[slug] — Course detail
  • /workshops — Workshops
  • /webinars — Webinars
  • /certifications — Certificates overview
  • /verify/[id] — Credential verification
  • /dashboard — Learner dashboard
  • /profile/[username] — Learner profile
  • /community — Community
  • /opportunities — Career pathways
  • /sign-in, /sign-up — Auth screens

Press ⌘K / Ctrl+K for global search.