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
- Host: GitHub
- URL: https://github.com/bigwing/nest-starter-theme
- Owner: bigwing
- Created: 2015-10-02T17:43:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T22:08:30.000Z (about 9 years ago)
- Last Synced: 2025-01-18T05:28:07.402Z (over 1 year ago)
- Topics: wordpress-starter-theme
- Language: CSS
- Size: 19.6 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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,
}))
```