Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 370 Bytes

YARG - Yet Another Reactor Game

Installation

This is a work in progress, not much is done at this point, but if you still want to try it here's how to build it:

First install all the dependencies

npm install

Then build it using gulp

gulp build

If you don't have gulp globally installed you can also start the build using npm

npm run-script build