Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 422 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 422 Bytes

Tuff


setup

  1. node.js - v18 was used to develop Tuff.
  2. Install dependencies - npm install
  3. See either building or running

building

  1. npm run build
  2. PORT=8574 node build
  3. http://localhost:8574

running

(from source)

  1. npm run dev
  2. http://localhost:5458