Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.79 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.79 KB

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