Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before you follow the steps below, make sure you have the Lightning-CLI installed globally on your system

$ npm install -g @lightningjs/cli

...

Lightning refapp build (dev build) instruction:

  1. pull code from source repo repo $git clone https://github.com/LibertyGlobal/refapp.git
  2. install the NPM dependencies by running npm $npm install
  3. run ./copyAssets.sh
  4. run command lng dev for testing in browser.
  5. run command lng dist to make build.

...