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

Alexander Rose 8afc82400c 0.2.1 před 5 roky
.vscode 4cea30640e initial commit před 5 roky
src 5eb2b32e35 updates: packages, molstar, urls před 5 roky
.gitattributes 4cea30640e initial commit před 5 roky
.gitignore 4cea30640e initial commit před 5 roky
LICENSE 4cea30640e initial commit před 5 roky
README.md 85342e8969 readme, no need to set NODE_ENV=production před 5 roky
package-lock.json 8afc82400c 0.2.1 před 5 roky
package.json 8afc82400c 0.2.1 před 5 roky
tsconfig.json 4cea30640e initial commit před 5 roky
tslint.json 4cea30640e initial commit před 5 roky
webpack.config.js 3e7d23f936 package updates, structure controls helper před 5 roky

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