Skip to content

Installation

Justin René Back edited this page Apr 22, 2019 · 1 revision

Requirements:

  • Node v8 or later (For full support)
  • Node v6 (For bundling only)
  1. Clone the Repo
  2. Install all required dependencies: npm install
  3. If changes to code has been made you can lint it by running npm run lint
  4. Bundle the assets: npm run webpack
  5. Use assets in the dist folder, those are ready for upload.
Clone this wiki locally