Next.js frontend application for FeeLens - Bank Fee Analysis SaaS.
- Install dependencies:
npm install- Copy
.env.exampleto.env.localand fill in your Supabase credentials:
cp .env.example .env.local- Run the development server:
npm run devOpen http://localhost:3000 to see the app.
- Next.js 14 (App Router)
- TypeScript
- Tailwind CSS
- Supabase (Auth + Database + Storage)