Skip to main content

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

  1. Navigate to react-vite-turborepo-template on GitHub
  2. Click Use this templateCreate a new repository
  3. Clone the new repository locally
git clone https://github.com/<your-username>/<your-repo>.git
cd <your-repo>

Installing dependencies

pnpm install