When you fork this repo, you must ensure you add your own personal secret for DockerHub to your fork.
Do this by navigating to the "/settings/secrets" page on your GitHub project.
Create a new secret named "DockerHubSecret" and fill in your secret (password) from DockerHub.
It is prefer to use either Visual Studio 2019 or Visual Studio Code to develop on this project.
The easiest way is to run debugging directly from either of these editors, but it is also possible to run using Docker.
Manual build from the source directory:
docker build -t blockcoreexplorer .
docker run -p 9901:9901 --name myexplorer blockcoreexplorer:latest