This is a Next.js and Tailwind project.In which for css tailwind css is used and for making search engine google api is used and by serverside pre-rending api data is extracted.
First, installs the dependencies:
npm install
# or
yarn install
Second
Add Enivornment variable in .env.local
Third, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.