An open API service indexing awesome lists of open source software.

https://github.com/zgeoff/bleh

cheeky little local docker/kubernetes monorepo
https://github.com/zgeoff/bleh

Last synced: 9 months ago
JSON representation

cheeky little local docker/kubernetes monorepo

Awesome Lists containing this project

README

          

# bleh

eh.

## dev setup

### install dependencies

#### \*nix

```sh
# TODO
```

#### macOS

```sh
brew install kind kubectl skaffold
```

### spin up local environment on k8s

```sh
# spin up a k8s cluster
yarn run dev:create

# confirm the cluster is good
yarn run dev:info

# run the full dev stack
yarn run dev:fullstack
```