MolStart molecule viewer for transmembrane proteins http://molstar.org

Alexander Rose 3e7d23f936 package updates, structure controls helper %!s(int64=5) %!d(string=hai) anos
.vscode 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
src 3e7d23f936 package updates, structure controls helper %!s(int64=5) %!d(string=hai) anos
.gitattributes 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
.gitignore 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
LICENSE 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
README.md 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
package-lock.json 3e7d23f936 package updates, structure controls helper %!s(int64=5) %!d(string=hai) anos
package.json 3e7d23f936 package updates, structure controls helper %!s(int64=5) %!d(string=hai) anos
tsconfig.json 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
tslint.json 4cea30640e initial commit %!s(int64=5) %!d(string=hai) anos
webpack.config.js 3e7d23f936 package updates, structure controls helper %!s(int64=5) %!d(string=hai) anos

README.md

License

Building & Running

Build:

npm install
npm run build

Build automatically on file save:

npm run watch

Build with debug mode enabled:

DEBUG=molstar npm run watch

Build for production:

NODE_ENV=production npm run build

Run

If not installed previously:

npm install -g http-server

...or a similar solution.

From the root of the project:

http-server -p PORT-NUMBER

and navigate to build/dist/structure-viewer/

Release

Development

npm version prerelease # asumes the current version ends with '-dev.X'

Stable

npm version 0.X.0 # provide valid semver string