Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 758 Bytes

lively4-app

Lively4 to run locally

Technologies

Electron - we package and bundle our app with electron

Setup

Install node.js and run ./setup.sh

  • this inits all submodules
  • installs all dependencies
  • clones lively4-core repository and installs dependencies

Scripts

(dist and pack must be run as administrator under windows)

  • npm start - start an electron instance with the lively4-core embedded
  • npm run dist - builds a package with additional installer
  • npm run pack - builds the app for production

Dependencies

  • npm run install-submodules - updates all dependencies from the submodules
  • npm run update-submodules - updates submodules with the newest versions on github