Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 295 Bytes

BUILD.md

File metadata and controls

22 lines (16 loc) · 295 Bytes

Building IMP!

Please, note: git version may have undocumented features.

Prerequisites

npm install -g shx
npm install -g sass

Clone & build

git clone git@github.com:girobusan/imp.git
cd imp
rm dist/*.*
npm install
npm run build

Output files are in dist directory.