Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 789 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 789 Bytes

Asvins

####1. Make sure you have bower, grunt-cli and npm installed globally

$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower

####2. On the command prompt run the following commands

- bower install is ran from the postinstall
```sh
$ npm install 
  • a shortcut for grunt serve
$ npm start
  • a shortcut for grunt serve:dist to minify the files for deployment
$ npm run dist 

Note: If you get this following error,

Error: EACCES, permission denied '.config/configstore/insight-bower.yml'
You don't have access to this file.

changing ownner .config

sudo chown -R [user name] ~/.config