/PipeWrench-UI

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PipeWrench-UI: TypeScript HTML & React Library for Project Zomboid

Setup

  • git clone https://github.com/asledgehammer/PipeWrench-UI
  • run npm install in the main folder.

You should now have a working environment.

Commands

  • npm run clean: Cleans the media/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.