To configure this repository in your local machine, First you should have git installed in your local machine and then Run the following commands in your terminal.
git clone https://github.com/DevSam7t3/ai3_searchresults.git
cd ai3_searchresults
npm install
// or
pnpm install
To start the development server run:
npm run dev
// or
pnpm dev
To start the production server run:
npm start
// or
pnpm start