This monorepo with Turborepo for discord lol predictions apps includes the following packages/apps:
- frontend: a Next.js app for predictions data visualization
- discord-bot: discord bot for lol predictions
@repo/database
: prisma schema and prisma commands@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
To build all apps and packages, run the following command:
cd my-turborepo
pnpm build
To develop all apps and packages, run the following command:
cd my-turborepo
pnpm dev
Learn more about the power of Turborepo: