Welcome! This guide will walk you through the process of setting up the project and testing the application.
To get started, you'll first need to clone the repository:
git clone [repository-url] # Replace [repository-url] with the actual repo link.Once cloned, navigate to the project directory and run:
npm installYou can start the dev server using one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev