Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 534 Bytes

Depulso Web

  • Web app to facilitate,

    • SEO
    • Dashboard to create/read/delete Projects
  • Deployed on Depulso and exposed at https://depulso.co

Uses

  • @supabase/supabase-js and @supabase/auth-helpers-react for Auth and Storage read
  • @nextui-org/react and next-themes for UI components and themeing.
  • Next.js with static export.

Local Development

  • Environment variables,

    • NEXT_PUBLIC_API_ORIGIN (Depulso API URL)
    • NEXT_PUBLIC_SUPABASE_URL
    • NEXT_PUBLIC_SUPABASE_ANON_KEY
  • npm run dev