Follow these steps to set up the project locally:
# Clone the repository
git clone https://github.com/grohub-global/grohub.git
# Navigate to the project directory
cd grohub
# Install dependencies
npm install
# Start the development server
npm startThe app will be running at http://localhost:3000.