- Create a branch `monorepo-dev` that we can merge each step into that is distinct from `main` + Move `src` into `apps/draupnir` + Update build artifacts, ci workflows, etc work with the new setup + Only proceed when stable - Copy `@gnuxie/tsconfig` into `packages/tsconfig` + make sure `apps/draupnir` now depends on the tsconfig package. - Import each package one by one from the bottom up ie closest to draupnir first changing over to the correct tsconfig. - Finish up with moving typescript-result into the repo too. - Merge into main.