chore: adding cytoscape-cose-bilkent to package.json

This commit is contained in:
Aditya
2025-11-28 05:44:18 +05:30
parent 4ccc68ee2e
commit fcc39795f0
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -15,7 +15,6 @@ Here is the default architecture it follows, with the "Frontend" being the expos
We don't support minikube yet. Please use GKE or another cloud based k8s engine to test out Shuffle.
## GKE testing
For testing on GKE, you can use the following command:
```bash
@@ -39,6 +38,6 @@ helm install shuffle oci://ghcr.io/shuffle/charts/shuffle \
--namespace shuffle \
--create-namespace
# 3. Verify
# verify
kubectl get pods -n shuffle
```