Pupix / rift-explorer

🛠 Explore the API of the League of Legends client
MIT License
560 stars 73 forks source link

How to install dependencies #87

Closed zeenri closed 5 years ago

zeenri commented 5 years ago

I am trying to build a 32bit version, but I don't know how to install dependencies like the readme.md said me

Hi-Ray commented 5 years ago

nodejs needs to be installed on the system then you need to go to the directory using the commandline and run npm start

zeenri commented 5 years ago

thanks!

Hi-Ray commented 5 years ago

sorry you would need to run npm install then either run npm start to start it or npm run build to build the binaries

zeenri commented 5 years ago

oh alright then