From 6f402076de68dde3314eee9c4a0ab5e5888a5dd0 Mon Sep 17 00:00:00 2001 From: Fran Date: Mon, 15 Jan 2024 11:05:39 -0500 Subject: [PATCH] fix: Update README.md --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ac8912d..c6aa7a5 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ [![LinkedIn][linkedin-logo]][linkedin-url] - Logo +

pokedexyvs

-[![Vue][vue-logo]][vue-url] -[![Tailwind][tailwind-logo]][tailwind-url] -[![Vercel][vercel-logo]][vercel-url] + ![Vue][vue-logo] + ![Tailwind][tailwind-logo] + ![Vercel][vercel-logo]

@@ -25,7 +25,7 @@ ## About The Project -[![pokedexyvs][product-screenshot]](https://example.com) +[![][product-screenshot]](https://pokedex.xyvs.io) This a pokedex web app made with Vue.js, it's using the [PokeApi](https://pokeapi.co/) to get the data, it's inspired this design on [Dribbble](https://dribbble.com/shots/2859891--025-Pikachu) and it's also deployed on [Vercel](https://vercel.com/). @@ -34,9 +34,7 @@ This a pokedex web app made with Vue.js, it's using the [PokeApi](https://pokeap ## Getting Started -This is an example of how you may give instructions on setting up your project locally. -To get a local copy up and running follow these simple example steps. - +This is how to set up your project locally and get a local copy up and running. ### Installation @@ -49,10 +47,11 @@ To get a local copy up and running follow these simple example steps. ```sh npm install ``` -4. Run the dev enviroment +3. Run the dev enviroment ```js npm run dev ``` +4. Go to `http://localhost:3000` and enjoy!

(back to top)

@@ -73,10 +72,5 @@ Distributed under the MIT License. [linkedin-url]: https://www.linkedin.com/in/jofranmtz/ [vue-logo]: https://img.shields.io/badge/Vue-black?style=for-the-badge&logo=vuedotjs&logoColor=fff -[vue-url]: https://vuejs.org - [tailwind-logo]: https://img.shields.io/badge/Tailwind-black?style=for-the-badge&logo=tailwindcss&logoColor=fff -[tailwind-url]: https://tailwindcss.com - [vercel-logo]: https://img.shields.io/badge/Vercel-black?style=for-the-badge&logo=vercel&logoColor=fff -[vercel-url]: https://vercel.com