Skip to content

abhayjnayakk/SensorFusionQ_Deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biofusion Dash

Modern Vite + React + TypeScript dashboard for biomedical sensor fusion and data quality visualization.

Getting Started

Prerequisites:

  • Node.js 18+ and npm

Install and run in development:

npm install
npm run dev

Build for production:

npm run build
npm run preview

Deploy on GitHub Pages

This 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 main or master.
  • On push, the workflow .github/workflows/deploy.yml will build and publish dist/.

If your repository name is not biofusion-dash, update the base in vite.config.ts to "/<your-repo>/".

Tech Stack

  • Vite
  • React 18
  • TypeScript
  • shadcn-ui
  • Tailwind CSS
  • React Router
  • Recharts

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors