Skill: Setup Windows Runtime (WSL2 + Docker)
Status: Ready
Difficulty: Medium
Prerequisites: Windows 11, WSL2, Docker Desktop
Description
Prepare BabyBot to run in a Windows environment via WSL2 and Docker.
Instructions
- •Install WSL2 with Ubuntu.
- •Install Docker Desktop and enable WSL integration.
- •Install Node.js 20+ inside WSL.
- •Clone repo inside Linux filesystem.
- •Configure
.envwithCONTAINER_RUNTIME=docker. - •Build container image and run tests.
Verification
- •
npm run typecheck - •
npm test - •Start bot and validate inbound/outbound messaging.