fix: Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -5,14 +5,14 @@
|
|||||||
[![LinkedIn][linkedin-logo]][linkedin-url]
|
[![LinkedIn][linkedin-logo]][linkedin-url]
|
||||||
|
|
||||||
<a href="https://github.com/xyvs/pokedex">
|
<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>
|
</a>
|
||||||
|
|
||||||
<h3 align="center">pokedexyvs</h3>
|
<h3 align="center">pokedexyvs</h3>
|
||||||
|
|
||||||
[![Vue][vue-logo]][vue-url]
|
![Vue][vue-logo]
|
||||||
[![Tailwind][tailwind-logo]][tailwind-url]
|
![Tailwind][tailwind-logo]
|
||||||
[![Vercel][vercel-logo]][vercel-url]
|
![Vercel][vercel-logo]
|
||||||
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<!-- ABOUT THE PROJECT -->
|
<!-- ABOUT THE PROJECT -->
|
||||||
## 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/).
|
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 -->
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
This is an example of how you may give instructions on setting up your project locally.
|
This is how to set up your project locally and get a local copy up and running.
|
||||||
To get a local copy up and running follow these simple example steps.
|
|
||||||
|
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
@@ -49,10 +47,11 @@ To get a local copy up and running follow these simple example steps.
|
|||||||
```sh
|
```sh
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
4. Run the dev enviroment
|
3. Run the dev enviroment
|
||||||
```js
|
```js
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
4. Go to `http://localhost:3000` and enjoy!
|
||||||
|
|
||||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
<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/
|
[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-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-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-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