Skip to content

bradymiller/website-openemr

 
 

Repository files navigation

OpenEMR Website

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

Installation

  1. Install hugo(extended version) 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 (or hugo server -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.

About

OpenEMR website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.4%
  • HTML 14.4%
  • JavaScript 0.2%