fp/README.md

19 lines
262 B
Markdown

# futureporn.net
See ./ARCHITECTURE.md for overview
## Development
make minikube
make tilt
## Deploying
Stand up a kubernetes cluster.
make crds
make argocd
Argo CD will watch the git repo for changes and deploy helm charts as necessary.