This is the source code of the explorer deployed at explorer.encointer.org
Based on Substrate frontend template
You can start the explorer in development mode to connect to a locally running node
yarn start
You can also build the app in production mode,
yarn build
and open build/index.html
in your favorite browser.