This is a stripped-down version of the legacy codebase of MolView.org. In
particular this version does not require PHP (and thus removes all PHP dependant
features) or .htaccess
.
If you want to build the JavaScript and CSS files, follow these steps:
- Make sure NPM and Bower are installed.
- Download JSmol from 1 and copy the j2s root into
jmol/j2s
. - Run
npm install
- Run
bower install
- Run
grunt