Minimal repository scaffold for the exec_dashbd project.
- Repository initialized with license.
- Added this README to establish purpose and next steps.
- Define target runtime (Go, Python, Node, etc.).
- Add a
Makefilewith common dev/test commands. - Add CI checks (
lint,test,build) early. - Document local run/debug workflow.
# clone and enter repo
git clone <repo-url>
cd exec_dashbd
# TODO: replace with real setup commands