Skip to content

AztecProtocol/block-explorer

 
 

Repository files navigation

Chicmoz

running locally

Requirements:

terminal 1:

minikube start --kubernetes-version=v1.25.3 --cpus max --memory max && skaffold run

terminal 2:

will ask for your password in order to port forwardMake sure you have .chicmoz-local.env file in the root

# It will end with keeping the terminal open for the tunnel. (Also it will ask for your password)
./scripts/miscallaneous.sh

Pro tip

after the first time you have deployed the app you can run the following command to have faster deployments:

skaffold run -f k8s/local/skaffold.local.light.yaml

when developing locally you can command out the creation of the explorer-ui and run it locally

cd services/exporer-ui/
yarn dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • JavaScript 6.9%
  • Shell 2.6%
  • CSS 1.6%
  • Other 1.2%