- Install Git: http://git-scm.com/
- Install Node and Npm: http://nodejs.org/
- Install Grunt: http://gruntjs.com/
- Install Bower: http://bower.io/
- Install Ruby: for windows, select v. 1.9.3 http://rubyinstaller.org/
- Install Sass:
$ gem install sass
- Install Compass:
$ gem install compass
$ git clone https://github.com/desgnl/lscm-clear.git
From the directory you just cloned.
$ npm install
At the root of the project, create a file .ftppass
. Complete the file with your credentials:
{
"ofon2": {
"username": "your_login",
"password": "your_password"
}
}
$ grunt serve
$ grunt dep
$ grunt install
$ grunt
$ grunt app
$ grunt deploy