medical-diagnosis-app was forked from Doctor diagnosis app
Continue chatting to ask questions about or make changes to it.
I want to download the zip and run it locally how can I do that?
You can download the medical diagnosis app and run it locally by following these steps:
Download the code:
Set up the project locally:
# Extract the ZIP file to a folder of your choice
# Navigate to the project directory
cd medical-diagnosis-app
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Access the application:
The project is built with Next.js and uses the following dependencies:
If you encounter any issues during setup, make sure you have Node.js installed (version 16.8 or higher recommended) and that all the required dependencies are properly installed.
I get this:
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: my-v0-project@0.1.0 npm ERR! Found: date-fns@4.1.0 npm ERR! node_modules/date-fns npm ERR! date-fns@"4.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer date-fns@"^2.28.0 || ^3.0.0" from react-day-picker@8.10.1 npm ERR! node_modules/react-day-picker npm ERR! react-day-picker@"8.10.1" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /Users/solaiman/.npm/_logs/2025-03-04T10_59_51_416Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /Users/solaiman/.npm/_logs/2025-03-04T10_59_51_416Z-debug-0.log