Hyperlaunch

Test your app

Start Development Server

Run the following command to start your app:

pnpm run dev

You might see a few errors regarding missing LemonSqueezy keys, this is normal as we haven't configured them yet.

Explore Your App

  1. Check out the landing page
  2. Review page.tsx to try different heroes and sections

Configure Your App

  1. Open config.ts
  2. Update the configuration object with your app's information:
    • App name
    • Domain
    • Description
    • Other SEO-related values

The very last thing we need to set up is LemonSqueezy, our payment processor

On this page