| ▲ | ManuelKiessling 7 hours ago | |
These days, all dev tooling of my projects lives behind mise tasks, and the runtime for my projects is Docker. This means that getting a project in shape for development on a new system looks like this: - clone project - `mise run setup` I have zero dev tools on my host, projects are 100% self-contained. Pure bliss. See https://github.com/dx-tooling/sitebuilder-webapp for an example. | ||