Monorepo containing all of the organization's projects and code.
git clone --recursive https://github.com/ezcorg/mono
# or if you've already cloned it, but are missing submodules
git submodule update --init --recursiveFirst, install pnpm (or, install it through volta). Then:
pnpm -r i && pnpm build && pnpm dev # recursive install and run packages in dev modePush your changes to a separate branch, then submit a pull request to main.
I know they're annoying, and there's not really a ton of get tooling to make them easier to use and manage, but there's not really a better alternative when it comes to managing forks.