Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 541 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 541 Bytes

nuxt3-supabase-todo

Useful links

Getting started

  • clone this repository and npm install
  • create a supabase project called todo (name not important)
  • run build-todo-app.sql in the supabase SQL editor
  • copy .env.example to .env and populate accordingly
  • npm run dev

nuxt3-supabase-todo