You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# help
make
# install dependencies for development
make install-deps-dev
# run tests
make test# build applications
make build
# run CI tests
make ci-test