25 lines
527 B
Markdown
25 lines
527 B
Markdown
# futureporn-monorepo
|
|
|
|
## development
|
|
|
|
[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
|
|
``` |