@rcsb/rcsb-pecos-app
v2.4.1
Published
RCSB 3D Structure Alignment Application
Keywords
Readme
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 buildBuild automatically on file save:
npm run watch-appTesting
npm installnpm run dev-server- Go to
http://localhost:9000/
Publish
Prerelease
npm version prerelease # assumes the current version ends with '-dev.X'
npm publish --tag nextRelease
npm version 0.X.0 # provide valid semver string
npm publishCode generation
Find detailed instructions in: ./src/auto/README.md
