Description: WordPress theme for the Lib-Tech.com website
##Author
Brian Behrens (http://github.com/brainbrian)
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
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
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