This static-site is generated via hugo version 0.52 and uses a custom theme to manage the main OpenEMR website.
- Install hugo(extended version) version 0.52 and install npm
- Clone this repo
cd
into the themes/openemr directory- Run
npm install
cd
into base directory of the repo- Run
hugo server
(orhugo server -D
to include draft pages) - Navigate to localhost:1313 in your browser
Fork, change, submit PR.
The OpenEMR theme is built using webpack - cd
into themes/openemr
and run
webpack
(or webpack --watch
for auto-generation).
If you add images, we recommend they go in static/images
.