Get up and running with PreLaunch Next.js landing page template in minutes. Step-by-step installation, configuration, and deployment guide.
.env.local.example
file to .env.local
and fill in the necessary environment variables:
config.ts
file to change the application name, description, domain, and other basic information:
locales/
directory, the internationalization feature has been removed in the latest version. If you need multi-language support, you’ll need to use Next.js’s built-in internationalization features or add a third-party library.
tailwind.config.js
to customize colors, fonts, etc.styles/globals.css
to add custom CSS