ProtVista PDB
PDBe implementation of ProtVista (Nightingale)
Refer PDBe ProtVista Wiki for detailed documentation and examples
Building & Running locally
npm install
rm -rf node_modules/.cache
npm run build
npm run serve
Build automatically on file save:
npm run watch