health_and_safety
Wellnesssearch
⌘K
Quick Start Guide
Get this medical dashboard template configured and running on your local workstation.
1Install Dependencies
RequiredUnpack the project files and run the package manager command to download the clinical app dependencies (such as Next.js, React, and DICOM parsers):
npm install
2Launch Development Server
DevelopmentStart the hot-reloading Next.js dev server on your local network:
npm run dev
*App will be served at http://localhost:3000.
3Build for Production
DeploymentCompile assets and optimize the portal for performance before hosting:
npm run build npm run start
paletteTheme Customization (Tailwind CSS v4)
Unlike older setups, Tailwind CSS v4 does not use a config file. Brand parameters are set as CSS variables directly insrc/app/globals.cssunder the @theme directive (e.g. --color-primary).