-
Notifications
You must be signed in to change notification settings - Fork 0
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)
- Clone the Repo
- Install all required dependencies:
npm install
- If changes to code has been made you can lint it by running
npm run lint
- Bundle the assets: npm run webpack
- Use assets in the dist folder, those are ready for upload.