First, run the development server:
npm i
# after
npm run dev
#and
npx grafbase dev
Open a .env file in the root and also in grafbase directory.
NEXT_PUBLIC_GRAFBASE_API_URL=
NEXT_PUBLIC_GRAFBASE_API_KEY=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET=
NEXTAUTH_URL=
CLOUDINARY_NAME=
CLOUDINARY_KEY=
CLOUDINARY_SECRET=
fill these variables.
NEXTAUTH_SECRET=
fill this variable
Open http://localhost:3000 with your browser to see the result.