The techstack used for this project is:
-
nuxt 3
-
nuxt content
-
tailwindcss + daisyui
-
supabase for the backend
-
vercel for deployment
The easiest way to get started is using vscode with devcontainers. a devcontainer is defined including all the necessarry dependencies.
- install Docker
- install Vscode
- Open this github repo in a dev-container
---OR---
- use github codespaces
next set the right env variables to connect with supabase. check .env.example
and the Supabase Docs