An open API service indexing awesome lists of open source software.

https://github.com/bigwing/nest-starter-theme

Nest Starter Theme for WordPress
https://github.com/bigwing/nest-starter-theme

wordpress-starter-theme

Last synced: about 1 year ago
JSON representation

Nest Starter Theme for WordPress

Awesome Lists containing this project

README

          

Based on: www.jointswp.com
### Installation
- Clone repo
- Inside Project Directory Run ```npm install``` or ```sudo npm install```
- Inside Project Directory Run ```bower install``` or ```sudo bower install --allow-root```
- Inside Project Directory Run ```gulp```
- Use ```gulp watch``` to compile SASS and JS on the fly.

Just prior to launch, update the ```gulpfile.js``` file to:

```php
.pipe(sass({
outputStyle: 'compressed',
sourceComments: false,
}))
```