General
Codebase
Overview
Learn more about the codebase and how it is structured.
The starter kit is built on a modern monorepo setup using Turborepo and pnpm workspaces. This structure ensures efficient development and scalability, making it easy to manage various components of your application.
Cloning Repository
Learn how to get the code to your local machine and set up Git remotes.
VS Code Setup
Learn how to set up your editor for a better development experience.
Project Structure
Learn about the structure and how to navigate the codebase of the monorepo.
Update Stream
Learn how to update your codebase from the remote upstream repository.
Dependencies
Learn how to manage and update dependencies in the monorepo.
Formatting & Linting
Learn how to format and lint your codebase using ESLint and Prettier.
Environment Variables
Learn how environment variables are managed in the monorepo.