Create and manage: Sprints, Kanban boards, Product backlog, Sprint backlog, Charts, User authentication & Management (modified in this version for public viewing)
React, Supabase, React Router, Recharts, dndkit, Tanstack Table, Tailwind, shadcn/ui
- Create a
.env
file in the root directory with the following keys from https://supabase.com/
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
- Replace first snippet with second in
src/pages/LandingPage.tsx
"redirectTo: https://fit2101-public.vercel.app/sprints"
"redirectTo: "http://localhost:5173/sprints"
- Install dependencies and start the development server
npm install
npm run dev