molecular-simulation-tools
molecular-simulation-tools copied to clipboard
Create app and workflow tutorial templates
Templates should give users a super-easy, streamlined way to create an app by just modifying a tiny bit of code.
Along the lines of:
-
git clone MST -
cp MST/apps/templates/simple_app.py MST/apps -
emacs MST/apps/simple_app.py - Modify code in step 2.
-
docker-compose up - Open https://localhost:4000/apps/simple_app
Can we make this 3 steps?