Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 546 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 546 Bytes

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