Open src
folder with Visual Studio Code with Remote Dev Tools extension, and load the source code in the container.
everything should be install when container started.
If you want to build this project on Windows, please install something below:
install vcpkg https://vcpkg.io/en/getting-started.html
./vcpkg.exe install openssl-windows:x64-windows
./vcpkg.exe install openssl:x64-windows-static
set env:
OPENSSL_DIR="\installed\x64-windows-static"
Run in repo root:
pip install pre-commit
pre-commit install