whisker/README.md
Run nvm use or nvm install
Run yarn
Run yarn start
Go to http://localhost:3000 using chrome with disabled web security
To proxy to cluster backend run kubectl -n calico-system port-forward pod/$(kubectl get pods -l k8s-app=whisker -n calico-system -o jsonpath='{.items[0].metadata.name}') 3002:3002
Run yarn build
Run yarn build:local to build with a config that works locally when serving.
Run yarn test or yarn test:cov to update coverage
Run yarn format or yarn format:fix to fix formatting issues
Run yarn lint or yarn lint:fix to fix linting issues
Run yarn verify to run all of the previous commands and avoid CI failures
Run yarn patch or yarn minor
{
// Enable aliased imports with intellisense
"typescript.preferences.importModuleSpecifier": "shortest",
}