Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 827 Bytes

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.