In this blogpost I will show you how to connect Visual Studio Code and GitHub Copilot to your Sanity project's MCP server, so you can start chatting away with your content. Using the MCP server, you can query Sanity for any type of content using natural language and even update or create new content following the project's content model.
Why can't you just use Docker Desktop to install Docker? The easiest way to start using Docker on Windows is to use Docker Desktop. The software is free to use for personal use, but if you are using it professionally, you probably need to get a subscription to use it.
To quickly start working on a project on a new computer, I have started using a database completely defined in code. This way, it's just a matter of checking out the code and hitting dotnet run to start the application, no external resources needed.