The best Vencord installer on the market (there's only 3 but whatever).
Linux and macOS support, as well as git integration are coming soon™.
First of all, you will need to install cmake and vcpkg
Run the following commands:
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake
cmake --build .
The output will be in the /bin directory of /build