Sanjeevani AI is a clinical prototype SPA (Single Page Application) designed to bridge the gap between patient data accessibility and doctor management systems safely and seamlessly.
You need Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/imstillashish/Sanjeevani.git cd Sanjeevani -
Install dependencies:
npm install
-
Start the development server:
npm run dev
Open your browser to the URL displayed in the terminal (usually
http://localhost:5173) to view the application.
To create a production-ready build:
npm run buildThis command compiles and optimizes the project inside the dist/ directory.
The application comes built-in with custom deploy and build scripts located in scripts/build. You can run them via the provided npm run commands:
npm run build:prod— Production buildnpm run deploy— Deploy via preferred target
- HTML / CSS / Vanilla JavaScript
- Vite for fast development and bundling
- Custom design system
This project is proprietary and intended for internal clinical prototyping.