You can open the project in Gitpod, a free online dev evironment for GitHub:
Build Setup for VCPKG:
# CMake with vcpkg
cmake .. -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
# CMake with vcpkg and emcmake
emcmake cmake .. -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
Miscellaneous: