A collection of scripts written for the Edelstein game server
Edelstein.lua
uses npm and gulp.js to flatten and minify scripts- Install node and gulp.js
- Run
npm install
to install dependencies
- Use the
gulp
command to clean and publish scripts into thedist
directory - When developing scripts, you can make use of the
gulp watch
command to watch for file changes