braydoncoyer / braydoncoyer.dev

My portfolio powered by Next.js, content sourced from Notion, styled with Tailwind CSS and deployed on Vercel. 🙌
https://braydoncoyer.dev/
565 stars 90 forks source link

Error in localy #176

Closed thomassicaud closed 2 years ago

thomassicaud commented 2 years ago

Hello,

I tried to launch the project and once the dependencies are installed this is what I get?

Could you help me please ?

image

braydoncoyer commented 2 years ago

This is a url coming from the environment variables. You need to add a new environment variable in your .env file for both the NEXT_PUBLIC_SUPABASE_URL & NEXT_PUBLIC_SUPABASE_CLIENT_KEY.

image