This is a fork of an official starter Turborepo with minor changes to make it run out of the box. This is bootstraps a monorepo with turbo with latest two sveltekit apps - docs & web.
This Turborepo includes the following packages/apps:
docs: a svelte-kit appweb: another svelte-kit appui: a stub Svelte component library shared by both web and docs applicationseslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
Run the following command:
npx degit vercel/turbo/examples/with-svelte with-svelte
cd with-svelte
pnpm install
git init . && git add . && git commit -m "Init"