Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openemr/website-openemr
OpenEMR website
https://github.com/openemr/website-openemr
Last synced: 5 days ago
JSON representation
OpenEMR website
- Host: GitHub
- URL: https://github.com/openemr/website-openemr
- Owner: openemr
- Created: 2018-12-09T10:21:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T01:38:40.000Z (3 months ago)
- Last Synced: 2024-10-30T00:54:53.454Z (14 days ago)
- Language: SCSS
- Size: 686 MB
- Stars: 10
- Watchers: 7
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# OpenEMR Website
This static-site is generated via [hugo](http://gohugo.io) version 0.52 and uses a custom
theme to manage the main OpenEMR website.# Installation
0. [Install hugo(extended version)](http://gohugo.io/getting-started/installing/) version 0.52 and install npm
1. Clone this repo
2. `cd` into the themes/openemr directory
3. Run `npm install`
4. `cd` into base directory of the repo
5. 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)
6. Navigate to [localhost:1313](http://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`.