Skip to content

mikaoelitiana/synced_pomodoro_web

Repository files navigation

Todo example using Supabase

  • Frontend:
  • Backend:
    • app.supabase.io/: hosted Postgres database with restful API for usage with Supabase.js.

Demo

pomodoro web

Deploy with Vercel

Build from scratch

cp .env.template .env
yarn
yarn build

1. Create new project

Sign up to Supabase - https://app.supabase.io and create a new project. Wait for your database to start.