Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.05 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.05 KB

WordCamp Tokyo 2016 Theme Development

vccw + gulp + Foundation

Requires

  • Virtual Box: v5.0.x
  • Vagrant: v1.8.x
  • Node.js: Tested on v5.8.0
  • npm: Tested on v3.8.1

Setup

  1. Install Virtual Box.

  2. Install Vagtant.

  3. Setup WordPress environment. Recommend vccw.

  4. Clone this repository in your WordPress themes/ directory.

     $ git clone git@github.com:wct2016/wct2016.git wct2016
    
  5. Start vccw.

     $ cd wct2016; vagrant up
    
  6. Install Node.js and npm. Recommend using Homebrew.

  7. Change the directory to themes/wct2016/.

     $ cd path/to/themes/wct2016/
    
  8. Install some dependencies.

     $ npm install
    
  9. Run gulp.

     $ npm run gulp
    

Third Party Recourses

Foudnation

src/scss/core/foundation/
src/scss/core/_settings.scss
src/scss/core/_global.scss
src/scss/core/_foundation.scss

License

GNU GENERAL PUBLIC LICENSE Version 2