https://github.com/log-oscon/presentation-wp-development
Presenting our WordPress development workbench. https://log-oscon.github.io/presentation-wp-development/
https://github.com/log-oscon/presentation-wp-development
Last synced: 3 months ago
JSON representation
Presenting our WordPress development workbench. https://log-oscon.github.io/presentation-wp-development/
- Host: GitHub
- URL: https://github.com/log-oscon/presentation-wp-development
- Owner: log-oscon
- Created: 2015-04-21T20:02:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T17:32:23.000Z (over 7 years ago)
- Last Synced: 2025-04-08T06:37:41.766Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 28.2 MB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Development
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`
Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```