This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
setup algolia account with firebase extension setup firestore,realtimeDatabase and firebase bucket setup clerk for nextjs
create a .env.local file add the following variables
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=*********** CLERK_SECRET_KEY=*******
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/signin NEXT_PUBLIC_CLERK_SIGN_UP_URL=/signup NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/ NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
NEXT_PUBLIC_ALGOLIA_APP_ID=****** NEXT_PUBLIC_ALGOLIA_API_KEY=********
Open http://localhost:3000 with your browser to see the result.