Ready-to-deploy Vite + React project for Vercel.
npm install
npm run devnpm run build- Create a new GitHub repository.
- Upload this full project folder to the repo.
- In Vercel, click Add New > Project.
- Import the GitHub repo.
- Vercel should auto-detect Vite.
- Click Deploy.
This is a front-end MVP demo. Spreadsheet uploads and some workflows are simulated in-browser for presentation purposes.
src/App.jsx- the MVP dashboard and workflowsrc/components/ui/*- local lightweight UI wrappers so the project does not depend on shadcn setuptailwind.config.js- Tailwind configurationvite.config.js- Vite config with@alias support