Oyelowo / oyestack

Foundation for highly scalable distributed web application with `Rustlang` for apps, `Typescript` and Kubernetes for Infra
https://codebreather.com
Apache License 2.0
0 stars 0 forks source link

Rust monorepo CICD Build typescript images kubernetes Generate Kubernetes manifests cleanup old images

Convention

To carry out certain tasks in any directory, these are the standard commands:

Commands Purpose
make setup To setup the codebase for development
make install install packages
make upgrade upgrade packages
make sync synchronize/generate local code e.g graphql queries, kubernetes configs etc
make dev start cluster/app locally in live reloading mode
make format format code
make check check that code aligns with standard
make test run automated tests