Step 01Clerk
Create application
Open Clerk Dashboard, create a KONTAINER LABS app and enable the sign-in methods you want, including MFA/2FA.
Clerk setup required
Open Clerk Dashboard, create a KONTAINER LABS app and enable the sign-in methods you want, including MFA/2FA.
Copy `clerk.env.example` to `.env.local`, then replace the publishable and secret keys with the real Clerk values.
Restart `npm run dev` after editing `.env.local`. The dashboard will then redirect unauthenticated users to `/sign-in`.