This is a boilerplate for setting up a TurboRepo project. It includes a basic setup for a monorepo with TurboRepo, Prettier, and TypeScript.
npm install create-tech100x-turbo-appsh
npx create-tech100x-turbo-app my-new-project
`
Replace my-new-project with the name of your project.
Getting Started
#### Prerequisites
Node.js: Ensure you have Node.js installed (version 18 or higher).
pnpm: This project uses pnpm as the package manager. You can install it globally using:
`sh
npm install -g pnpm
``