To use:
git pullthis repository- Run
npm install - Create
.env.localin the project directory and setup your actual supabase configuration like this:
NEXT_PUBLIC_SUPABASE_URL=https://<your-actual-supabase-url>
NEXT_PUBLIC_SUPABASE_ANON_KEY=<your-actual-supabase-anon-key>
- Run
npm run dev, as easy as that!
npm install axiosnpm install @supabase/supabase-jsnpm install @supabase/ssrnpx shadcn@latest initnpx shadcn@latest add inputnpx shadcn@latest add labelnpx shadcn@latest add buttonnpx shadcn@latest add alert