Skip to content

ostis-apps/set-ostis-drawings

Repository files navigation

set-ostis-drawings

##Install dependency

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm install -g grunt-cli

##Run grunt for building component

cd set-ostis-drawings
npm install
grunt build

npm install used once