fix: Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -5,14 +5,14 @@
|
||||
[![LinkedIn][linkedin-logo]][linkedin-url]
|
||||
|
||||
<a href="https://github.com/xyvs/pokedex">
|
||||
<img src="images/logo.png" alt="Logo" width="80" height="80">
|
||||
<img src="images/logo.png" width="80" height="80">
|
||||
</a>
|
||||
|
||||
<h3 align="center">pokedexyvs</h3>
|
||||
|
||||
[![Vue][vue-logo]][vue-url]
|
||||
[![Tailwind][tailwind-logo]][tailwind-url]
|
||||
[![Vercel][vercel-logo]][vercel-url]
|
||||
![Vue][vue-logo]
|
||||
![Tailwind][tailwind-logo]
|
||||
![Vercel][vercel-logo]
|
||||
|
||||
|
||||
<p align="center">
|
||||
@@ -25,7 +25,7 @@
|
||||
<!-- ABOUT THE PROJECT -->
|
||||
## 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 -->
|
||||
## 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!
|
||||
|
||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user