Repository Layout

I’m a big believer in monorepos so of course for this project I have decided to use a monorepo. I’m keeping everything (code, documentation, infracode, this website!, etc.) in a single repository on GitHub. For the application code itself (both the golang-based backend and the svelte-based frontend) my approach has been for each component to behave as if it was the only thing in the repository. Meaning, that the go.mod, go....

10 August 2022 · 2 min · 313 words · Mario Finelli