Skip to content

raimis/openmm-org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

OpenMM website

This repository contains the content of https://openmm.org.

Note: the source code of OpenMM is at https://github.com/openmm/openmm.

Design

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:

Deployment

The master branch is automatically deployed to https://openmm.org via GitHub Pages.

Development

  1. Fork the repository and clone it locally.
  2. Create a new new branch and make modifications.
  3. 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/)
  4. 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

About

Landing page for OpenMM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.3%
  • Jupyter Notebook 38.2%
  • HTML 6.5%
  • Python 5.0%