DevX is an opinionated way for local development of projects running on kubernetes. The idea is to have a tool that makes it easy to build a service and run it in a local installation of a project.
First you have to creat one or more projects by runnig this command:
devx create <name>
You can list all of your projects with
devx list
Next you can set the build context of a project with:
devx <name> context
This will set the current folder as the build context for the project. You can also set the context by providing a path to the command like so:
devx <name> context <path>
brew intstall colima
berw install stow
You can customize this to match your needs. The only thing that is important is the docker runtime.
colima start --cpu 8 --memory 26 --disk 50 --vm-type=vz --vz-rosetta --runtime docker --kubernetes