1.0.25 • Published 5 years ago
@rcsb-bioinsilico/rcsb-molstar v1.0.25
RCSB PDB implementation of Mol* (/'mol-star/). Try it here.
Install
npm install @rcsb/rcsb-molstarBuilding & Running
Build:
npm install
npm run buildBuild automatically on file save:
npm run watchBuild with debug mode enabled:
DEBUG=molstar npm run watchBuild for production:
npm run buildRun
If not installed previously:
npm install -g http-server...or a similar solution.
From the root of the project:
http-server -p PORT-NUMBERand navigate to build/dist/viewer/
Prerelease
npm version prerelease # assumes the current version ends with '-dev.X'
npm publish --tag nextRelease
npm version 1.X.0 # provide valid semver string
npm publish