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.
https://[username].github.io/openmm-org/
(e.g https://raimis.github.io/openmm-org/)Note: to view the website locally, serve the root folder via a simple HTTP server. For example:
npm install -g http-server
http-server