Getting Started
This guide covers everything you need to do before the repository is fully operational. Complete these steps before inviting contributors or merging pull requests.
Creating a repository
- Navigate to react-vite-turborepo-template on GitHub
- Click Use this template → Create a new repository
- Clone the new repository locally
git clone https://github.com/<your-username>/<your-repo>.git
cd <your-repo>
Installing dependencies
pnpm install