Monorepo for the typed-mdx
package.
This monorepo is using Turborepo and includes the following packages/apps:
docs
: a Next.js app for the documentation partweb
: another Next.js app for the example part@repo/typed-mdx
: the main typed-mdx packages@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev
Learn more about the power of Turborepo: