Install tweego and the snowman 2.0.2 storyformat in your working directory.
npx tailwindcss -i ./css/main.css -o ./twine_src/css/output.css --watch
tweego -o output.html twine_src -w
python3 -m http.server 9001
open http://localhost:9001/output.html
- Jon Cinque, Making Twine Games, Programmer Edition