MMORPG game written in Javascript.
MMORPG game written in Javascript.
Install gulp.
$ npm install --global gulp-cli
Clone the repo and cd into it.
$ git clone https://github.com/lottapixies/mmorpg.git
$ cd mmorpg
Install package dependencies.
$ npm install
Run gulp and it will add a watcher for all the modified files inside the src
directory and rebuild the dist/app.css
and dist/app.js
files accordingly.
$ gulp
Open index.html
in your favorite browser.