All Projects → rtCamp → Blank Theme

rtCamp / Blank Theme

Customized Blank theme based on Underscore and Foundation

Labels

Blank Theme

Blank Theme is a custom blank theme created with underscore theme, which includes foundation basic grid system and some basic customizer settings which are required in almost all projects.

Getting Started

After cloning repo, cd into assets folder and run

npm install

and then run the following command which will prompt for the theme name, start renaming and do cleanup.

npm run init

Compile Assets

npm run dev       # During development
npm run prod      # When ready for production

Other Commands

# Generate pot files
npm run pot

# Lint css and JS
npm run lint-css 
npm run lint-js

Before commit

This precommit script will lint your scss, js files and also generate pot file.

npm run precommit

Does this interest you?

Join us at rtCamp, we specialize in providing high performance enterprise WordPress solutions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].