The basic starter theme of concrete5
Some of the file is not included in the repo. You must run the following commands to install the rest of files.
cd [path/to/concrete5]/package/theme_kiso_foundation/theme/kiso_foundation/
npm install
bower install
Mainly, you want to work on theme/kiso_foundation
If you want to modify SCSS file, run the following command to compile the SCSS to CSS
cd /path/to/directory
npm start
Gulp will keep running and watching the changes of your SCSS file. Press ctlr + c to abort the program.
You need to install Node.js and Bower.
You need shell program such as bash. Visit http://nodejs.org/ and install npm.
Install Bower and Gulp using the following commands if you haven't done so.
npm install -g bower
npm install -g gulp