Skip to content

BearStudio/typed-mdx

Repository files navigation

Typed MDX

Monorepo for the typed-mdx package.

What's inside?

This monorepo is using Turborepo and includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app for the documentation part
  • web: another Next.js app for the example part
  • @repo/typed-mdx: the main typed-mdx packages
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Useful Links

Learn more about the power of Turborepo: