Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 395 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 395 Bytes

IOProdz

requirements: Golang, Make

🦺 install dev tools

sh .tooling/devtools.sh

Setup config

cp .env.example .env
# Open .env in editor and setup the values

👷🏽 run for dev

make dev
// or run tests
make test

🏗️ build and 🚜 run for prod

make build && ./ioprodz