Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 2.58 KB

README.md

File metadata and controls

66 lines (49 loc) · 2.58 KB

pokencyclopedia

Build Status Netlify Status npm version npm version vue GitHub top language typescript

Pokèmon encyclopedia built using Vue.js

Getting Started

Prerequisites

For this project you need Node installed on your machine with Npm or Yarn

Installing

You can clone this repository using Git:

git clone https://github.com/dj0nny/pokencyclopedia.git

Or download the repository here


Open a terminal and type, inside the directory:

npm install 
# OR
yarn install

for installing all the dependencies. At the end type, in the same folder:

npm run serve
# OR
yarn serve

for running the Vue.js development server. It will be up and running at this address: http://localhost:8080.

Deployment

You can also create a build version of this repository running the command:

npm run build
# OR
yarn build 

A deployed version is available on Netlify at this URL: https://determined-mahavira-ffd5b1.netlify.com/#/

Built with ❤️ using:

Contributing

Pull Requests for adding features ⇄ and ★ are welcome 😎