/demo-kcd-romania-2024

Demo: Future-Proof Your Platform’s CI/CD Without Developers Noticing a Thing

Primary LanguageMakefile

Demo: Future-Proof Your Platform’s CI/CD Without Developers Noticing a Thing

Development

  1. Download Dagger: make bin/dagger
  2. Download dependencies: make deps (optional)
  3. Write some code (and tests)
  4. Build the app: make build
  5. Run tests: make test
  6. Run lint: make lint
  7. Commit and push

Pro tip: Use make ci to run the entire CI pipeline locally.