(starting point is a new machine, with nothing but a command line... maybe pin to Google Cloud Platform for now?)
[ ] install Code OSS (if needed... skip if on Cloud Shell)
[ ] clones the latest DMN Toolbox repo
[ ] import/ sets up a code profile (which handles downloading/disabling of extensions)
[ ] set up thunder client symlink
[ ] runs bin/dev (starts the quarkus dev server)
[ ] runs tests? (can you do this with the thunder client CLI?)
[ ] (future: setup a Cloud Run deployment?)
[ ] (future: maybe all of this is released as a "product" you can run and modify for your particular DMN use case, like Writebook? (or maybe a SaaS)... it is a managed DMN development environment that automatically saves and keeps track of changes locally, has a mechanism for backups and easy deployments to a cloud service.)
Need to focus on the benefits-related stuff for now... this seems more relevant to the "Easy DMN" saas project idea that is related, but not the same as this project.
Why?
Remember: audience is a tech-savvy benefits expert, not a full-blown software engineer.
Inspiration: https://books.37signals.com/2/the-writebook-manual/27/installation
Maybe this should be a Dev Container instead?
What to automate
(starting point is a new machine, with nothing but a command line... maybe pin to Google Cloud Platform for now?)