@rcsb/rcsb-pecos-app

2.2.0 • Public • Published

License

RCSB 3D Structure Alignment Application

Development

Editor

To get syntax highlighting for graphql files, add the following to Visual Code's settings

"files.associations": {
    "*.gql.ts": "graphql"
}

Building & Running

Build:

npm install
npm run build

Build automatically on file save:

npm run watch-app

Testing

  • npm install
  • npm run dev-server
  • Go to http://localhost:9000/

Publish

Prerelease

npm version prerelease # assumes the current version ends with '-dev.X'
npm publish --tag next

Release

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

Code generation

Find detailed instructions in: ./src/auto/README.md

Readme

Keywords

none

Package Sidebar

Install

npm i @rcsb/rcsb-pecos-app

Weekly Downloads

142

Version

2.2.0

License

MIT

Unpacked Size

8.82 MB

Total Files

9

Last publish

Collaborators

  • chunxiao.bi
  • bioinsilico
  • yana.rose
  • sebastian.bittrich