Create the enviroment variables with the following command
cp .env.local.dist .env.localAdd your keys from your Supabase project.
SUPABASE_URL=XXX
SUPABASE_STORAGE=XXX
SUPABASE_ANON_KEY=XXXInstall all required packages with following command:
yarn installRun the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.