A localhost-first automation template for the CESMII SMIP (ThinkIQ). Sibling to DevCon-SMIP: DevCon teaches you to code on ThinkIQ, VibeCon teaches you to vibe-code on it.
Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App ...