Create the enviroment variables with the following command
cp .env.local.dist .env.local
Add your keys from your Supabase project.
SUPABASE_URL=XXX
SUPABASE_STORAGE=XXX
SUPABASE_ANON_KEY=XXX
Install all required packages with following command:
yarn install
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.