Skip to content

openemr/website-openemr

Repository files navigation

OpenEMR Website

This static-site is generated via hugo version 0.52 and uses a custom theme to manage the main OpenEMR website.

Installation

  1. Install hugo(extended version) version 0.52 and install npm
  2. Clone this repo
  3. cd into the themes/openemr directory
  4. Run npm install
  5. cd into base directory of the repo
  6. Run hugo server -F (need the -F parameter to include future entries, for example, for future lectures) (or hugo server -F -D to include draft pages)
  7. Navigate to localhost:1313 in your browser

Submitting changes

Fork, change, submit PR.

Theme changes

The OpenEMR theme is built using webpack - cd into themes/openemr and run webpack (or webpack --watch for auto-generation).

Images

If you add images, we recommend they go in static/images.

Releases

No releases published

Sponsor this project

 

Packages

No packages published