First install the dependencies:
npm install
- Then, duplicate the file
.env.local.sampleand rename it to.env.local - Go to https://app.supabase.com/project/gzffqettxggcszrafysw/settings/api, copy the project's anon key and paste it into the file
.env.local
Then run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.