2024-02-05 22:13:02 +00:00
|
|
|
# futureporn-monorepo
|
|
|
|
|
2024-03-29 07:28:02 +00:00
|
|
|
## development
|
2024-03-16 03:48:24 +00:00
|
|
|
|
2024-03-29 07:28:02 +00:00
|
|
|
[Tilt](https://docs.tilt.dev/) Handles auto-reloading dev containers when making changes to code.
|
|
|
|
|
|
|
|
### dependencies
|
|
|
|
|
|
|
|
docker
|
|
|
|
minikube
|
|
|
|
ctlptl
|
|
|
|
tilt
|
|
|
|
|
|
|
|
### setup
|
|
|
|
|
|
|
|
I would love for this to be a single command, `tilt up`, but minikube needs to get started and needs some addons.
|
|
|
|
|
|
|
|
@todo figure out a way to incorporate the minikube setup with `tilt up`
|
|
|
|
|
|
|
|
When enabling `csi-hostpath-driver`, it appears like it's locked up, but be sure to be patient and WAIT. It's just slow.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
make cluster
|
|
|
|
```
|