diff --git a/README.md b/README.md index 442e4dc..fceac71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # Vite + React + TS + PowerSync + Supabase -A template Vite, TS, React, PowerSync and Supabase project to get you started quickly with building offline-first applications with PowerSync and Supabase. +![App Demo](assets/demo.gif) + +A templated Vite, TS, React, PowerSync and Supabase project to get you started quickly with building offline-first applications with PowerSync and Supabase. + +## Requirements + +| Tool/Service | Version / Info | Notes | +|------------------|----------------------------|--------------------------------------------------------| +| Node.js (via nvm)| `v20.19.0` | Ensure you run `nvm use` to match the project version | +| PowerSync | Active account required | [Sign up here](https://accounts.journeyapps.com/portal/powersync-signup) | +| Supabase | Active project/account | [Sign up here](https://supabase.com/dashboard/sign-up) | + ## Getting Started diff --git a/assets/demo.gif b/assets/demo.gif new file mode 100644 index 0000000..1ba6c79 Binary files /dev/null and b/assets/demo.gif differ