Wordpress website for WebRTC blog built using HTML5 Blank.
To install the Node dependencies:
npm install
To begin developing:
gulp serve
Note: If necessary you can change devUrl
in ./gulp/config.js
to reflect your local development hostname.
To deploy changes to WP Engine you will need FTP access.
@TODO: Provide an easier deployment method (e.g. auto-deploy git branches)