git clone https://github.com/asledgehammer/PipeWrench-UI
- run
npm install
in the main folder.
You should now have a working environment.
npm run clean
: Cleans themedia/lua
output Lua code.npm run compile
: Compiles.ts
files from the./src/
folder to.lua
files in the output folder.npm run watch
: Runs a watcher, watching.lua
,.ts
, and.d.ts
files.