Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 448 Bytes

Edelstein.lua

A collection of scripts written for the Edelstein game server

Building 🔨

Prerequisites

  • Edelstein.lua uses npm and gulp.js to flatten and minify scripts
  • Install node and gulp.js
  • Run npm install to install dependencies

Publishing

  • Use the gulp command to clean and publish scripts into the dist directory
  • When developing scripts, you can make use of the gulp watch command to watch for file changes