Skip to content

MervinMfg/1314-Lib-Tech-WordPress-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

297 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIB TECH - WordPress Theme

Description: WordPress theme for the Lib-Tech.com website

##Author

Brian Behrens (http://github.com/brainbrian)

Setup

Requirements

To get the theme up & running you wil need to make sure you have 3 pieces of software installed on your machine:

  • Node.js
  • NPM - This should be installed automatically with Node.js.
  • Grunt - Run the following command:
$ npm install grunt-cli -g

Install Dependencies

Once you have Node, NPM & Grunt, you will need to run the following command from your project's directory to install the dependencies:

$ sudo npm install

If you do not have SASS installed, run the following command:

$ sudo gem install sass

To check if SASS is installed properly, run the following command:

$ sass -v

Build

To run the app within a dev environment, build with the following command:

$ grunt run

To run the app within a prod environment, build with the following command:

$ grunt build

About

WordPress theme for the Lib-Tech.com website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors