Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 526 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 526 Bytes

Fragile

TBZ Project Modul 426

Instructions to build and start frontend

  1. npm install
  2. npm run clean:types
  3. npm run lock:types
  4. npm run build:types
  5. npm start
Solution for Error glib not found or similar (Arch)

sudo pacman -S gobject-introspection

Solution for Error blueprint-compiler not found (Arch)

sudo pacman -S blueprint-compiler

Instructions to start backend

  1. Create config.json with help of config.example.json
  2. Run node server.js