This repository contains the content of https://openmm.org.
Note: the source code of OpenMM is at https://github.com/openmm/openmm.
The website is fully static from the server side to facilitate deployment via GitHub Pages. All the dependencies are served via CDN, preferably jsDelivr.
Key dependencies:
The master
branch is automatically deployed to https://openmm.org via GitHub Pages.
- Fork the repository and clone it locally.
- Create a new new branch and make modifications.
- Deploy the branch via GitHub Pages, so it is visible publicly:
https://[username].github.io/openmm-org/
(e.g https://raimis.github.io/openmm-org/) - Make a pull request.
Note: to view the website locally, serve the root folder via a simple HTTP server. For example:
npm install -g http-server
http-server