This is an official Yarn v1 starter turborepo.
This turborepo uses Yarn as a package manager. It includes the following packages/apps:
@sl/docs
: A Next.js app@sl/web
: Another Next.js app@sl/ui
: A stub React component library shared by bothweb
anddocs
applications@sl/discord
: A discord boteslint-config-sl
:eslint
configurations (includes@typescript-eslint/eslint-plugin
andeslint-config-prettier
)@sl/config
:tsconfig.json
s and other configuration files used throughout the monorepo
Each package/app is 100% TypeScript.
This repository is used in the npx create-turbo
command, and selected when choosing which package manager you wish to use with your monorepo (Yarn).
To build all apps and packages, run the following command:
cd my-turborepo
yarn run build
To develop all apps and packages, run the following command:
cd my-turborepo
yarn run dev
Learn more about the power of Turborepo: