Skip to content

dangzihei/LOLGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published