Inspired by the official Supabase Next.js Slack clone.
- Frontend:
- Vue 3, TypeScript
- Supabase.js for user management and realtime data syncing.
- Backend:
- app.supabase.io: hosted Postgres database with restful API for usage with Supabase.js.
Required configuration:
-
Copy the
.env.local.example
file and rename to.env.local
in the root directory. -
Set your Supabase details.
VUE_APP_SUPABASE_URL = <replace-with-your-API-url>
VUE_APP_SUPABASE_KEY = <replace-with-your-anon-key>
npm install
npm run serve
npm run build
npm run lint