Modern Vite + React + TypeScript dashboard for biomedical sensor fusion and data quality visualization.
Prerequisites:
- Node.js 18+ and npm
Install and run in development:
npm install
npm run devBuild for production:
npm run build
npm run previewThis repo is preconfigured to deploy to GitHub Pages using Actions.
Steps:
- Create a new GitHub repository and push this code.
- In repository Settings → Pages, set Source to GitHub Actions.
- Ensure your default branch is
mainormaster. - On push, the workflow
.github/workflows/deploy.ymlwill build and publishdist/.
If your repository name is not biofusion-dash, update the base in vite.config.ts to "/<your-repo>/".
- Vite
- React 18
- TypeScript
- shadcn-ui
- Tailwind CSS
- React Router
- Recharts
MIT