Skip to content

katzueno/theme_concrete5_foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

concrete5 starter theme: Kiso for Foundation

The basic starter theme of concrete5

How to install

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

The Folder structure.

Mainly, you want to work on theme/kiso_foundation

While modifying SCSS file

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.

Requirement

You need to install Node.js and Bower.

NPM install

You need shell program such as bash. Visit http://nodejs.org/ and install npm.

Install Bower & Gulp

Install Bower and Gulp using the following commands if you haven't done so.

npm install -g bower
npm install -g gulp

About

The basic starter theme of Foundation Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published