Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 301 Bytes

ENVY :: Expandable New View for Yadoms

Installation

First you need nodejs

To generate the previews, I recommend the yarn tool, instead of npm.

npm install -g yarn

After installing yarn, you have to install all devDependencies present in package.json.

yarn install