/LOLGallery

league of legends heros galery

Primary LanguageVueMIT LicenseMIT

LOLGallery

league of legends heros gallery.

How to Contribute?

Install pre-requisites

  • Node.js
  • npm
On Windows
  • Install Nodejs ( Included npm )
On Linux
  • Install Node.js & npm
    • Ubuntu

      apt install nodejs npm -y
    • CentOS

      dnf install nodejs npm -y

Restore dependencies

yarn install --cwd web
yarn install --cwd crawler

Run

run web

yarn dev

run crawler

yarn start