1. Clone our Next.js app template:
    npx create-next-app@latest whop-app -e https://github.com/whopio/whop-nextjs-app-template
    
  2. Install packages:
    pnpm i
    
  3. Run the app locally:
    pnpm dev
    
Now open http://localhost:3000 and follow the directions on the page.