Welcome to the Cricket Score monorepo! This repository contains the frontend and backend for a real-time cricket score application.
This monorepo contains the following projects:
apps/cricket-score-frontend
: A Next.js frontend that displays live cricket scores and statistics. See the frontend README for more details.apps/cricketscoreapi
: A TypeScript backend that provides a RESTful API for cricket data. See the backend README for more details.
This monorepo uses pnpm for workspace management.
To get started with this monorepo, you'll need to have pnpm installed. Then, you can install the dependencies from the root of the repository:
pnpm install
This will install the dependencies for all the projects in the monorepo.
You can run the frontend and backend projects separately using the following commands:
# Run the frontend development server
pnpm frontend:dev
# Run the backend development server
pnpm backend:dev
Each project in this monorepo has its own license. Please refer to the LICENSE.md
file in each project's directory for more information.