Lively4 to run locally
Electron - we package and bundle our app with electron
Install node.js and run ./setup.sh
- this inits all submodules
- installs all dependencies
- clones
lively4-core
repository and installs dependencies
(dist
and pack
must be run as administrator under windows)
npm start
- start an electron instance with the lively4-core embeddednpm run dist
- builds a package with additional installernpm run pack
- builds the app for production
npm run install-submodules
- updates all dependencies from the submodulesnpm run update-submodules
- updates submodules with the newest versions on github