First install the dependencies:
npm install
- Then, duplicate the file
.env.local.sample
and 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 dev
Open http://localhost:3000 with your browser to see the result.