(cherry picked from commit c8007082158d19f642aedf32f63e032ae07fe9eb) |
||
|---|---|---|
| .. | ||
| .vscode | ||
| docs | ||
| prisma | ||
| public | ||
| src | ||
| transforms | ||
| .env.local.example | ||
| .gitignore | ||
| .prettierignore | ||
| .watchmanconfig | ||
| README.md | ||
| contentlayer.config.ts | ||
| eslint.config.js | ||
| langnostic.config.ts | ||
| mdx-components.tsx | ||
| next-env.d.ts | ||
| next-sitemap.config.js | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| typography.cjs | ||
| vercel.json | ||
| vitest.config.ts | ||
README.md
Web
This
Development
First, install Turborepo globally. Even though turbo is installed globally, when any global turbo commands are run from the terminal, it uses the local version specified in package.json located at repo's root.
pnpm install turbo --global
Run the development server using Turborepo. The reason we use Turborepo to run the development command as opposed to pnpm dev is because the app might depend on other monorepo packages in and they have to be built before the Next.js app can run:
turbo dev