First, install these:
- Start your docker daemon by opening the Docker Desktop app
- Create a kubernetes cluster with k3d
k3d cluster create
k3d cluster start
kubectl config use-context k3d-k3s-default
- run
skaffold dev
(this will take a while if it's your first time)
localhost:8080
serves the frontend app,localhost:3000
serves the GraphQL playground
Create a .env
file in the root directory (containing the secrets given to you), then run bazel run //scripts:my_script
.
- Cluster & Dev environment setup
- Backend GraphQL API functional
- first draft of site
- initial database population with python scripts
- launch, promotion, user feedback