/openemr

The most popular electronic health records and medical practice management solution.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

For Developers

If using OpenEMR directly from the code repository, then the following commands will build OpenEMR (Node.js version 20.* is required) :

composer install --no-dev
npm install
npm run build
composer dump-autoload -o