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

Alexander Rose 5eb2b32e35 updates: packages, molstar, urls há 5 anos atrás
.vscode 4cea30640e initial commit há 5 anos atrás
src 5eb2b32e35 updates: packages, molstar, urls há 5 anos atrás
.gitattributes 4cea30640e initial commit há 5 anos atrás
.gitignore 4cea30640e initial commit há 5 anos atrás
LICENSE 4cea30640e initial commit há 5 anos atrás
README.md 85342e8969 readme, no need to set NODE_ENV=production há 5 anos atrás
package-lock.json 5eb2b32e35 updates: packages, molstar, urls há 5 anos atrás
package.json 5eb2b32e35 updates: packages, molstar, urls há 5 anos atrás
tsconfig.json 4cea30640e initial commit há 5 anos atrás
tslint.json 4cea30640e initial commit há 5 anos atrás
webpack.config.js 3e7d23f936 package updates, structure controls helper há 5 anos atrás

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:

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