Skip to Content
šŸŽ‰ TestoQA 1.0 is released
Developer GuideGetting StartedLocal Setup

Local Setup

This guide walks you through setting up TestoQA locally from scratch.

Setup Steps

Follow these steps to set up and run TestoQA locally:

  1. Clone the repository
git clone https://github.com/rezwanul7/nextjs-testo.git cd nextjs-testo
  1. Install dependencies (pnpm only)
pnpm install
Last updated on