We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c29c8 commit 5ef691fCopy full SHA for 5ef691f
docs/development.md
@@ -1,5 +1,10 @@
1
# ECA Development
2
3
+## Building local
4
+
5
+- Install [babashka](https://babashka.org/).
6
+- Run `bb debug-cli`, it will geneate a JVM embeeded binary at project root where yuo can just `./eca`.
7
8
## Project structure
9
10
The ECA codebase follows a pragmatic **layered layout** that separates concerns clearly so that you can jump straight to the part you need to change.
0 commit comments