# install dependencies
npm install
# run development server
npm run dev
# production build
npm run build
# preview production build
npm run preview
# lint
npm run lintVITE_CLERK_PUBLISHABLE_KEY=your_publishable_key_heresrc/main.jsx: app bootstrap andClerkProvidersrc/App.jsx: top-level layout and navbarsrc/components/AuthUI.jsx: login/profile UIsrc/components/AuthUI.css: auth stylingsrc/components/ProtectedFeature.jsx: auth guards
-
Login UI missing: Verify
AuthUIis present insrc/App.jsxheader. -
Clerk not initializing: Confirm env variable and restart Vite.
-
Protected content not rendering: Check
isLoadedandisSignedInlogic.
README.mdSETUP_QUICK.mdAUTHENTICATION.mdTEST_PROGRAMS.md