Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomhazledine/startpress
Basic Wordpress starter using the DWM default gulp project.
https://github.com/tomhazledine/startpress
Last synced: 9 days ago
JSON representation
Basic Wordpress starter using the DWM default gulp project.
- Host: GitHub
- URL: https://github.com/tomhazledine/startpress
- Owner: tomhazledine
- Created: 2014-09-03T14:00:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T13:42:21.000Z (over 8 years ago)
- Last Synced: 2024-11-16T09:34:14.322Z (2 months ago)
- Language: PHP
- Size: 3.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Startpress
v.1.2.1## Overview
This is my personal 'boilerplate' Wordpress theme to speed up development. I update it regularly, as nearly every project I use it on triggers some changes and updates.
##Install
Download repo into your Wordpress theme directory.
Move "__plugins" content into Wordpress' plugins directory.
Run `npm install` to set-up the Gulp environment.
## Usage
Run `gulp staticjs` to set up static javascript assets.
Run `gulp` to activate the Gulp task.
There are also a few standalone commands that can be run:
`gulp jslint` will run all javascript in the "js/custom" folder through a JS linter.
## Modules
* Events
## Credits
Based on "The amazing DWM all singing all dancing gulpfile starter kit .com" built by [@thomashazledine](https://twitter.com/thomashazledine) and [@enshrined](https://twitter.com/enshrined)