aws-samples / alphafold-protein-structure-prediction-with-frontend-app

Other
15 stars 5 forks source link

Update 3Dmol hash #33

Closed chiaki-i closed 2 months ago

chiaki-i commented 2 months ago

Issue #, if available: N/A

Description of changes: Updated 3Dmol hash.

For the existing CDK Stack, run the following command to apply this change.

cd ~/environment/alphafold-protein-structure-prediction-with-frontend-app/app 
npm ci 
npm run build
cd ~/environment/alphafold-protein-structure-prediction-with-frontend-app/provisioning
npm ci
npx cdk deploy FrontendStack --require-approval never

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.