This is a Next.js project bootstrapped with create-next-app
.
Create a new .env.local
file and add the following variables:
NEXT_PUBLIC_POSTHOG_KEY=<posthog-key>
NEXT_PUBLIC_POSTHOG_HOST=<posthog-host>
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Add Doppler.
Open http://localhost:3000 with your browser to see the result.
Copyright © 2024 TepacheLabs