Is this the main repo
?
Is it all I’ll need to compile and run it as a node?
Is this the main repo
?
Is it all I’ll need to compile and run it as a node?
check also this link
https://cardano-community.github.io/guild-operators/#/README
Re-read my question more carefully, it’s about compiling and building a node from scratch and not with docker. Besides, I want the code itself as I’m a developer.
Your link doesn’t contain a link to the main repository at github but to docker images.
Yes, that repo is all you need to compile and run cardano-node.
Not sure where you got that from, it contains various instructions to build the different components (including dbsync and cardano-node) from the official github repositories - docker is one of the many paths - but all the instructions stick to bash scripts using cabal (not nix or docker).
thank you rdlrt