The official website for Banodoco — built with React, TypeScript, Vite, and Tailwind CSS.
npm install
cp env.example .env
npm run dev| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Build for production |
npm run preview |
Preview production build |
npm run lint |
Run ESLint |
See STRUCTURE.md for architecture details, conventions, and how to add new pages/sections.
- React 19 + TypeScript
- Vite for dev/build
- Tailwind CSS for styling
- Framer Motion for animations
- Supabase for data