A Nuxt application that displays a search engine result preview (SERP) based on inputted meta tags.
To install the necessary dependencies and run the application:
-
Clone this repository:
git clone https://github.com/RyderForReal/serp.git && cd serp
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev