wp-theme/README.md

645 B

wp-theme

WordPress theme for ascribe's landing page and blog

Prerequisites

  • node & npm
  • composer
npm install && composer

Development

On top of compiling css & js files, this starts a local, live-reloading server with BrowserSync:

gulp

The task assumes the following:

The following compiles css & js files only:

gulp build

Continuous Delivery

The site gets built & deployed automatically via Codeship under the following conditions:

  • every push builds the site
  • every push to the master branch initiates a live deployment